#92CCCC
A light, moderate cyan closely aligning with Powderblue.
About #92CCCC
The hex code #92CCCC represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Powderblue. This translates to an RGB value of rgb(146, 204, 204).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 28% C, 0% M, 0% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#92CCCC
RGB146, 204, 204
HSL180.0°, 36.3%, 68.6%
CMYK28%, 0%, 0%, 20%
HSV180.0°, 28.4%, 80.0%
LAB78.3, -18.5, -6.0
XYZ44.3, 53.7, 65.1
Decimal9620684
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.73:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92CCCC;
}
.text-color {
color: #92CCCC;
}
.border-color {
border: 2px solid #92CCCC;
}