#33AFFF
A light, vivid blue closely aligning with Deepskyblue.
About #33AFFF
When working with digital screens, the color #33AFFF is rendered by mixing light. Its closest recognized web color is Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 175, and 255.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 80% Cyan, 31% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33AFFF
RGB51, 175, 255
HSL203.5°, 100.0%, 60.0%
CMYK80%, 31%, 0%, 0%
HSV203.5°, 80.0%, 100.0%
LAB68.4, -6.5, -48.9
XYZ34.7, 38.6, 100.2
Decimal3387391
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.41:1
Text on #FFFFFF
FAIL
8.72:1
Text on #000000
AAA
2.30:1
Text on #F8FAFC
FAIL
7.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33AFFF;
}
.text-color {
color: #33AFFF;
}
.border-color {
border: 2px solid #33AFFF;
}