#33B6F8
A medium, vivid blue closely aligning with Deepskyblue.
About #33B6F8
At its core, #33B6F8 is a medium and vivid hue. Designers often compare it to the standard color Deepskyblue. This translates to an RGB value of rgb(51, 182, 248).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 79% C, 27% M, 0% Y, and 3% K. With a hue angle of 200.1 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33B6F8
RGB51, 182, 248
HSL200.1°, 93.4%, 58.6%
CMYK79%, 27%, 0%, 3%
HSV200.1°, 79.4%, 97.3%
LAB70.1, -12.8, -42.5
XYZ35.0, 40.9, 94.9
Decimal3389176
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.29:1
Text on #FFFFFF
FAIL
9.19:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33B6F8;
}
.text-color {
color: #33B6F8;
}
.border-color {
border: 2px solid #33B6F8;
}