#99D3F8
A light, vivid blue closely aligning with Lightskyblue.
About #99D3F8
Visually, #99D3F8 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Lightskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 211, and 248.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 38% cyan, 15% magenta, 0% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#99D3F8
RGB153, 211, 248
HSL203.4°, 87.2%, 78.6%
CMYK38%, 15%, 0%, 3%
HSV203.4°, 38.3%, 97.3%
LAB81.9, -9.5, -24.0
XYZ53.4, 60.1, 97.6
Decimal10081272
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.03:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99D3F8;
}
.text-color {
color: #99D3F8;
}
.border-color {
border: 2px solid #99D3F8;
}