#33CCF8
A medium, vivid cyan closely aligning with Deepskyblue.
About #33CCF8
The hex code #33CCF8 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Deepskyblue. This translates to an RGB value of rgb(51, 204, 248).
If you are designing for print, the four-color process is what matters most. The color uses 79% Cyan, 18% Magenta, 0% Yellow, and 3% Black. With a hue angle of 193.4 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#33CCF8
RGB51, 204, 248
HSL193.4°, 93.4%, 58.6%
CMYK79%, 18%, 0%, 3%
HSV193.4°, 79.4%, 97.3%
LAB76.5, -24.2, -32.7
XYZ39.9, 50.7, 96.5
Decimal3394808
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.13:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33CCF8;
}
.text-color {
color: #33CCF8;
}
.border-color {
border: 2px solid #33CCF8;
}