#33B6FF
A light, vivid blue closely aligning with Deepskyblue.
About #33B6FF
Visually, #33B6FF is defined as a vivid blue. Designers often compare it to the standard color Deepskyblue. This translates to an RGB value of rgb(51, 182, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 80% C, 29% M, 0% Y, and 0% K. With a hue angle of 201.5 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#33B6FF
RGB51, 182, 255
HSL201.5°, 100.0%, 60.0%
CMYK80%, 29%, 0%, 0%
HSV201.5°, 80.0%, 100.0%
LAB70.4, -10.3, -45.8
XYZ36.1, 41.4, 100.7
Decimal3389183
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.26:1
Text on #FFFFFF
FAIL
9.28:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33B6FF;
}
.text-color {
color: #33B6FF;
}
.border-color {
border: 2px solid #33B6FF;
}