#a9bfef
a light, vivid blue · cool · closest name: skyblue
RGB
169, 191, 239
HSL
221°, 69%, 80%
CMYK
29, 20, 0, 6
Luminance
0.5193
Every format
| HEX | #a9bfef |
| RGB | rgb(169, 191, 239) |
| HSL | hsl(221, 69%, 80%) |
| CMYK | cmyk(29%, 20%, 0%, 6%) |
| LAB | lab(77.2 3.3 -26.3) |
| LCH | lch(77.2 26.4 277.1) |
| OKLCH | oklch(0.805 0.072 265.6) |
Copy-ready code
/* CSS */
color: #a9bfef;
background-color: #a9bfef;
/* Tailwind (arbitrary) */
class="text-[#a9bfef] bg-[#a9bfef]"
/* SCSS */
$brand: #a9bfef;
/* SwiftUI */
Color(red: 0.663, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#a9bfef")Accessibility — WCAG contrast
Aa
#a9bfef on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9bfef on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green74.9%
Blue93.7%
CMYK percentages
Cyan29.3%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#a9bfef text on a black background
contrast 11.39:1
Card sample
#a9bfef text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9bfef;
Background color
Panel with #a9bfef background
background-color: #a9bfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9bfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9bfef; background: linear-gradient(135deg, #a9bfef, #C2A9EF);