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