#a39bfd
a light, electric blue · warm · closest name: dodgerblue
RGB
163, 155, 253
HSL
245°, 96%, 80%
CMYK
36, 39, 0, 1
Luminance
0.3832
Every format
| HEX | #a39bfd |
| RGB | rgb(163, 155, 253) |
| HSL | hsl(245, 96%, 80%) |
| CMYK | cmyk(36%, 39%, 0%, 1%) |
| LAB | lab(68.3 25.2 -47.8) |
| LCH | lch(68.3 54.0 297.8) |
| OKLCH | oklch(0.736 0.140 286.2) |
Copy-ready code
/* CSS */
color: #a39bfd;
background-color: #a39bfd;
/* Tailwind (arbitrary) */
class="text-[#a39bfd] bg-[#a39bfd]"
/* SCSS */
$brand: #a39bfd;
/* SwiftUI */
Color(red: 0.639, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#a39bfd")Accessibility — WCAG contrast
Aa
#a39bfd on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a39bfd on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green60.8%
Blue99.2%
CMYK percentages
Cyan35.6%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#a39bfd text on a black background
contrast 8.66:1
Card sample
#a39bfd text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a39bfd;
Background color
Panel with #a39bfd background
background-color: #a39bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a39bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a39bfd; background: linear-gradient(135deg, #a39bfd, #E49BFD);