#a69dfb
a light, electric blue · warm · closest name: dodgerblue
RGB
166, 157, 251
HSL
246°, 92%, 80%
CMYK
34, 38, 0, 2
Luminance
0.3919
Every format
| HEX | #a69dfb |
| RGB | rgb(166, 157, 251) |
| HSL | hsl(246, 92%, 80%) |
| CMYK | cmyk(34%, 38%, 0%, 2%) |
| LAB | lab(68.9 24.4 -45.7) |
| LCH | lch(68.9 51.8 298.1) |
| OKLCH | oklch(0.741 0.134 287.0) |
Copy-ready code
/* CSS */
color: #a69dfb;
background-color: #a69dfb;
/* Tailwind (arbitrary) */
class="text-[#a69dfb] bg-[#a69dfb]"
/* SCSS */
$brand: #a69dfb;
/* SwiftUI */
Color(red: 0.651, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#a69dfb")Accessibility — WCAG contrast
Aa
#a69dfb on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a69dfb on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green61.6%
Blue98.4%
CMYK percentages
Cyan33.9%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#a69dfb text on a black background
contrast 8.84:1
Card sample
#a69dfb text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a69dfb;
Background color
Panel with #a69dfb background
background-color: #a69dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a69dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a69dfb; background: linear-gradient(135deg, #a69dfb, #E59DFB);