#a09afb
a light, electric blue · warm · closest name: dodgerblue
RGB
160, 154, 251
HSL
244°, 92%, 79%
CMYK
36, 39, 0, 2
Luminance
0.3755
Every format
| HEX | #a09afb |
| RGB | rgb(160, 154, 251) |
| HSL | hsl(244, 92%, 79%) |
| CMYK | cmyk(36%, 39%, 0%, 2%) |
| LAB | lab(67.7 24.5 -47.6) |
| LCH | lch(67.7 53.5 297.2) |
| OKLCH | oklch(0.731 0.139 285.2) |
Copy-ready code
/* CSS */
color: #a09afb;
background-color: #a09afb;
/* Tailwind (arbitrary) */
class="text-[#a09afb] bg-[#a09afb]"
/* SCSS */
$brand: #a09afb;
/* SwiftUI */
Color(red: 0.627, green: 0.604, blue: 0.984)
/* Android */
Color.parseColor("#a09afb")Accessibility — WCAG contrast
Aa
#a09afb on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a09afb on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green60.4%
Blue98.4%
CMYK percentages
Cyan36.3%
Magenta38.6%
Yellow0.0%
Key (black)1.6%
Color previews
#a09afb text on a black background
contrast 8.51:1
Card sample
#a09afb text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a09afb;
Background color
Panel with #a09afb background
background-color: #a09afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a09afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 154, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 154, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a09afb; background: linear-gradient(135deg, #a09afb, #E19AFB);