#99D3E2
A light, moderate cyan closely aligning with Lightblue.
About #99D3E2
At its core, #99D3E2 is a light and moderate hue. It is closely associated with the named CSS color Lightblue. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 211, and 226.
Translating this color to physical media requires the CMYK color model. The color uses 32% Cyan, 7% Magenta, 0% Yellow, and 11% Black. 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#99D3E2
RGB153, 211, 226
HSL192.3°, 55.7%, 74.3%
CMYK32%, 7%, 0%, 11%
HSV192.3°, 32.3%, 88.6%
LAB81.2, -15.0, -13.4
XYZ50.2, 58.9, 80.7
Decimal10081250
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.77:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99D3E2;
}
.text-color {
color: #99D3E2;
}
.border-color {
border: 2px solid #99D3E2;
}