#a69dfd
a light, electric blue · warm · closest name: dodgerblue
RGB
166, 157, 253
HSL
246°, 96%, 80%
CMYK
34, 38, 0, 1
Luminance
0.3931
Every format
| HEX | #a69dfd |
| RGB | rgb(166, 157, 253) |
| HSL | hsl(246, 96%, 80%) |
| CMYK | cmyk(34%, 38%, 0%, 1%) |
| LAB | lab(69.0 24.9 -46.7) |
| LCH | lch(69.0 52.9 298.1) |
| OKLCH | oklch(0.742 0.137 286.9) |
Copy-ready code
/* CSS */
color: #a69dfd;
background-color: #a69dfd;
/* Tailwind (arbitrary) */
class="text-[#a69dfd] bg-[#a69dfd]"
/* SCSS */
$brand: #a69dfd;
/* SwiftUI */
Color(red: 0.651, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#a69dfd")Accessibility — WCAG contrast
Aa
#a69dfd on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a69dfd on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green61.6%
Blue99.2%
CMYK percentages
Cyan34.4%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#a69dfd text on a black background
contrast 8.86:1
Card sample
#a69dfd text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a69dfd;
Background color
Panel with #a69dfd background
background-color: #a69dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a69dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a69dfd; background: linear-gradient(135deg, #a69dfd, #E69DFD);