#99A0F8
A light, vivid blue closely aligning with Cornflowerblue.
About #99A0F8
Visually, #99A0F8 is defined as a vivid blue. Designers often compare it to the standard color Cornflowerblue. In the RGB color space, it consists of 153 red, 160 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 38% cyan, 35% magenta, 0% yellow, and 3% black. The HSL representation is 235.6° hue, 87.2% saturation, and 78.6% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99A0F8
RGB153, 160, 248
HSL235.6°, 87.2%, 78.6%
CMYK38%, 35%, 0%, 3%
HSV235.6°, 38.3%, 97.3%
LAB68.5, 18.5, -44.7
XYZ42.7, 38.7, 94.0
Decimal10068216
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.40:1
Text on #FFFFFF
FAIL
8.74:1
Text on #000000
AAA
2.30:1
Text on #F8FAFC
FAIL
7.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99A0F8;
}
.text-color {
color: #99A0F8;
}
.border-color {
border: 2px solid #99A0F8;
}