#d99bfd
a light, electric violet · warm · closest name: violet
RGB
217, 155, 253
HSL
278°, 96%, 80%
CMYK
14, 39, 0, 1
Luminance
0.4529
Every format
| HEX | #d99bfd |
| RGB | rgb(217, 155, 253) |
| HSL | hsl(278, 96%, 80%) |
| CMYK | cmyk(14%, 39%, 0%, 1%) |
| LAB | lab(73.1 40.3 -39.9) |
| LCH | lch(73.1 56.7 315.3) |
| OKLCH | oklch(0.784 0.149 312.3) |
Copy-ready code
/* CSS */
color: #d99bfd;
background-color: #d99bfd;
/* Tailwind (arbitrary) */
class="text-[#d99bfd] bg-[#d99bfd]"
/* SCSS */
$brand: #d99bfd;
/* SwiftUI */
Color(red: 0.851, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#d99bfd")Accessibility — WCAG contrast
Aa
#d99bfd on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d99bfd on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green60.8%
Blue99.2%
CMYK percentages
Cyan14.2%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d99bfd text on a black background
contrast 10.06:1
Card sample
#d99bfd text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d99bfd;
Background color
Panel with #d99bfd background
background-color: #d99bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d99bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d99bfd; background: linear-gradient(135deg, #d99bfd, #FD9BE0);