#3A00F0
A medium, vivid blue closely aligning with Blue.
About #3A00F0
The hex code #3A00F0 represents a beautifully specific shade of blue. Designers often compare it to the standard color Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 0, and 240.
If you are designing for print, the four-color process is what matters most. The color uses 76% Cyan, 100% Magenta, 0% Yellow, and 6% Black. With a hue angle of 254.5 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A00F0
RGB58, 0, 240
HSL254.5°, 100.0%, 47.1%
CMYK76%, 100%, 0%, 6%
HSV254.5°, 100.0%, 94.1%
LAB32.2, 76.4, -99.5
XYZ17.5, 7.2, 82.9
Decimal3801328
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.61:1
Text on #FFFFFF
AAA
2.44:1
Text on #000000
FAIL
8.23:1
Text on #F8FAFC
AAA
2.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A00F0;
}
.text-color {
color: #3A00F0;
}
.border-color {
border: 2px solid #3A00F0;
}