#33AFBD
A medium, moderate cyan closely aligning with Cadetblue.
About #33AFBD
When working with digital screens, the color #33AFBD is rendered by mixing light. Its closest recognized web color is Cadetblue. In the RGB color space, it consists of 51 red, 175 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 73% C, 7% M, 0% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33AFBD
RGB51, 175, 189
HSL186.1°, 57.5%, 47.1%
CMYK73%, 7%, 0%, 26%
HSV186.1°, 73.0%, 74.1%
LAB65.8, -28.4, -16.9
XYZ25.9, 35.0, 53.5
Decimal3387325
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.62:1
Text on #FFFFFF
FAIL
8.01:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.81:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #33AFBD;
}
.text-color {
color: #33AFBD;
}
.border-color {
border: 2px solid #33AFBD;
}