#a9adef
a light, vivid blue · warm · closest name: plum
RGB
169, 173, 239
HSL
237°, 69%, 80%
CMYK
29, 28, 0, 6
Luminance
0.4455
Every format
| HEX | #a9adef |
| RGB | rgb(169, 173, 239) |
| HSL | hsl(237, 69%, 80%) |
| CMYK | cmyk(29%, 28%, 0%, 6%) |
| LAB | lab(72.6 13.2 -33.4) |
| LCH | lch(72.6 35.9 291.5) |
| OKLCH | oklch(0.769 0.094 281.2) |
Copy-ready code
/* CSS */
color: #a9adef;
background-color: #a9adef;
/* Tailwind (arbitrary) */
class="text-[#a9adef] bg-[#a9adef]"
/* SCSS */
$brand: #a9adef;
/* SwiftUI */
Color(red: 0.663, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#a9adef")Accessibility — WCAG contrast
Aa
#a9adef on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9adef on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green67.8%
Blue93.7%
CMYK percentages
Cyan29.3%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#a9adef text on a black background
contrast 9.91:1
Card sample
#a9adef text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9adef;
Background color
Panel with #a9adef background
background-color: #a9adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9adef; background: linear-gradient(135deg, #a9adef, #D4A9EF);