#a9b0df
a light, vivid blue · warm · closest name: skyblue
RGB
169, 176, 223
HSL
232°, 46%, 77%
CMYK
24, 21, 0, 13
Luminance
0.4481
Every format
| HEX | #a9b0df |
| RGB | rgb(169, 176, 223) |
| HSL | hsl(232, 46%, 77%) |
| CMYK | cmyk(24%, 21%, 0%, 13%) |
| LAB | lab(72.8 7.7 -24.4) |
| LCH | lch(72.8 25.6 287.4) |
| OKLCH | oklch(0.768 0.068 278.1) |
Copy-ready code
/* CSS */
color: #a9b0df;
background-color: #a9b0df;
/* Tailwind (arbitrary) */
class="text-[#a9b0df] bg-[#a9b0df]"
/* SCSS */
$brand: #a9b0df;
/* SwiftUI */
Color(red: 0.663, green: 0.690, blue: 0.875)
/* Android */
Color.parseColor("#a9b0df")Accessibility — WCAG contrast
Aa
#a9b0df on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9b0df on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green69.0%
Blue87.5%
CMYK percentages
Cyan24.2%
Magenta21.1%
Yellow0.0%
Key (black)12.5%
Color previews
#a9b0df text on a black background
contrast 9.96:1
Card sample
#a9b0df text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9b0df;
Background color
Panel with #a9b0df background
background-color: #a9b0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9b0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 176, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 176, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9b0df; background: linear-gradient(135deg, #a9b0df, #C6A9DF);