#A099DB
A light, moderate blue closely aligning with Cornflowerblue.
About #A099DB
Visually, #A099DB is defined as a moderate blue. It is closely associated with the named CSS color Cornflowerblue. This translates to an RGB value of rgb(160, 153, 219).
For print applications, it's crucial to understand its CMYK makeup. The color uses 27% Cyan, 30% Magenta, 0% Yellow, and 14% Black. With a hue angle of 246.4 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A099DB
RGB160, 153, 219
HSL246.4°, 47.8%, 72.9%
CMYK27%, 30%, 0%, 14%
HSV246.4°, 30.1%, 85.9%
LAB66.0, 16.9, -32.6
XYZ38.7, 35.4, 71.8
Decimal10525147
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.60:1
Text on #FFFFFF
FAIL
8.07:1
Text on #000000
AAA
2.49:1
Text on #F8FAFC
FAIL
6.86:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A099DB;
}
.text-color {
color: #A099DB;
}
.border-color {
border: 2px solid #A099DB;
}