#33A0A8
A medium, moderate cyan closely aligning with Cadetblue.
About #33A0A8
At its core, #33A0A8 is a medium and moderate hue. Designers often compare it to the standard color Cadetblue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 160, and 168.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 70% cyan, 5% magenta, 0% yellow, and 34% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33A0A8
RGB51, 160, 168
HSL184.1°, 53.4%, 42.9%
CMYK70%, 5%, 0%, 34%
HSV184.1°, 69.6%, 65.9%
LAB60.5, -27.4, -13.1
XYZ21.0, 28.7, 41.5
Decimal3383464
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.12:1
Text on #FFFFFF
AA Large
6.73:1
Text on #000000
AA
2.98:1
Text on #F8FAFC
FAIL
5.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #33A0A8;
}
.text-color {
color: #33A0A8;
}
.border-color {
border: 2px solid #33A0A8;
}