#22807E
A dark, moderate cyan closely aligning with Teal.
About #22807E
The hex code #22807E represents a beautifully specific shade of cyan. Its closest recognized web color is Teal. This translates to an RGB value of rgb(34, 128, 126).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 73% cyan, 0% magenta, 2% yellow, and 50% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#22807E
RGB34, 128, 126
HSL178.7°, 58.0%, 31.8%
CMYK73%, 0%, 2%, 50%
HSV178.7°, 73.4%, 50.2%
LAB48.6, -26.7, -6.7
XYZ12.1, 17.3, 22.4
Decimal2261118
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.71:1
Text on #FFFFFF
AA
4.46:1
Text on #000000
AA Large
4.50:1
Text on #F8FAFC
AA
3.79:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #22807E;
}
.text-color {
color: #22807E;
}
.border-color {
border: 2px solid #22807E;
}