#d39bfd
a light, electric violet · warm · closest name: violet
RGB
211, 155, 253
HSL
274°, 96%, 80%
CMYK
17, 39, 0, 1
Luminance
0.4438
Every format
| HEX | #d39bfd |
| RGB | rgb(211, 155, 253) |
| HSL | hsl(274, 96%, 80%) |
| CMYK | cmyk(17%, 39%, 0%, 1%) |
| LAB | lab(72.5 38.5 -40.9) |
| LCH | lch(72.5 56.2 313.3) |
| OKLCH | oklch(0.778 0.147 309.6) |
Copy-ready code
/* CSS */
color: #d39bfd;
background-color: #d39bfd;
/* Tailwind (arbitrary) */
class="text-[#d39bfd] bg-[#d39bfd]"
/* SCSS */
$brand: #d39bfd;
/* SwiftUI */
Color(red: 0.827, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#d39bfd")Accessibility — WCAG contrast
Aa
#d39bfd on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d39bfd on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green60.8%
Blue99.2%
CMYK percentages
Cyan16.6%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d39bfd text on a black background
contrast 9.88:1
Card sample
#d39bfd text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d39bfd;
Background color
Panel with #d39bfd background
background-color: #d39bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d39bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d39bfd; background: linear-gradient(135deg, #d39bfd, #FD9BE6);