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