#92DBE9
A light, moderate cyan closely aligning with Powderblue.
About #92DBE9
The hex code #92DBE9 represents a beautifully specific shade of cyan. Designers often compare it to the standard color Powderblue. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 219, and 233.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 37% cyan and 6% magenta inks. The HSL representation is 189.7° hue, 66.4% saturation, and 74.3% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#92DBE9
RGB146, 219, 233
HSL189.7°, 66.4%, 74.3%
CMYK37%, 6%, 0%, 9%
HSV189.7°, 37.3%, 91.4%
LAB83.3, -19.2, -14.1
XYZ51.9, 62.7, 86.4
Decimal9624553
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.53:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92DBE9;
}
.text-color {
color: #92DBE9;
}
.border-color {
border: 2px solid #92DBE9;
}