#33AFDB
A medium, moderate blue closely aligning with Deepskyblue.
About #33AFDB
Visually, #33AFDB is defined as a moderate blue. It is closely associated with the named CSS color Deepskyblue. This translates to an RGB value of rgb(51, 175, 219).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 77% cyan, 20% magenta, 0% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
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#33AFDB
RGB51, 175, 219
HSL195.7°, 70.0%, 52.9%
CMYK77%, 20%, 0%, 14%
HSV195.7°, 76.7%, 85.9%
LAB66.9, -18.8, -31.7
XYZ29.5, 36.5, 72.5
Decimal3387355
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.30:1
Text on #000000
AAA
2.42:1
Text on #F8FAFC
FAIL
7.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33AFDB;
}
.text-color {
color: #33AFDB;
}
.border-color {
border: 2px solid #33AFDB;
}