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