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