#3316FF
A medium, vivid blue closely aligning with Blue.
About #3316FF
At its core, #3316FF is a medium and vivid hue. It is closely associated with the named CSS color Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 22, and 255.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 80% Cyan, 91% Magenta, 0% Yellow, and 0% Black. The HSL representation is 247.5° hue, 100.0% saturation, and 54.3% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3316FF
RGB51, 22, 255
HSL247.5°, 100.0%, 54.3%
CMYK80%, 91%, 0%, 0%
HSV247.5°, 91.4%, 100.0%
LAB35.0, 76.1, -103.3
XYZ19.7, 8.5, 95.2
Decimal3348223
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.78:1
Text on #FFFFFF
AAA
2.70:1
Text on #000000
FAIL
7.44:1
Text on #F8FAFC
AAA
2.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3316FF;
}
.text-color {
color: #3316FF;
}
.border-color {
border: 2px solid #3316FF;
}