#A099F0
A light, vivid blue closely aligning with Cornflowerblue.
About #A099F0
At its core, #A099F0 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Cornflowerblue. In the RGB color space, it consists of 160 red, 153 green, and 240 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 33% cyan and 36% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A099F0
RGB160, 153, 240
HSL244.8°, 74.4%, 77.1%
CMYK33%, 36%, 0%, 6%
HSV244.8°, 36.2%, 94.1%
LAB66.9, 22.2, -42.8
XYZ41.6, 36.5, 87.3
Decimal10525168
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.31:1
Text on #000000
AAA
2.42:1
Text on #F8FAFC
FAIL
7.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A099F0;
}
.text-color {
color: #A099F0;
}
.border-color {
border: 2px solid #A099F0;
}