#33BDFF
A light, vivid blue closely aligning with Deepskyblue.
About #33BDFF
The precise color #33BDFF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Deepskyblue. In the RGB color space, it consists of 51 red, 189 green, and 255 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 80% C, 26% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#33BDFF
RGB51, 189, 255
HSL199.4°, 100.0%, 60.0%
CMYK80%, 26%, 0%, 0%
HSV199.4°, 80.0%, 100.0%
LAB72.4, -14.1, -42.7
XYZ37.6, 44.3, 101.2
Decimal3390975
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.86:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33BDFF;
}
.text-color {
color: #33BDFF;
}
.border-color {
border: 2px solid #33BDFF;
}