#d99df4
a light, electric violet · warm · closest name: plum
RGB
217, 157, 244
HSL
281°, 80%, 79%
CMYK
11, 36, 0, 4
Luminance
0.4540
Every format
| HEX | #d99df4 |
| RGB | rgb(217, 157, 244) |
| HSL | hsl(281, 80%, 79%) |
| CMYK | cmyk(11%, 36%, 0%, 4%) |
| LAB | lab(73.2 37.4 -34.9) |
| LCH | lch(73.2 51.1 316.9) |
| OKLCH | oklch(0.783 0.136 314.9) |
Copy-ready code
/* CSS */
color: #d99df4;
background-color: #d99df4;
/* Tailwind (arbitrary) */
class="text-[#d99df4] bg-[#d99df4]"
/* SCSS */
$brand: #d99df4;
/* SwiftUI */
Color(red: 0.851, green: 0.616, blue: 0.957)
/* Android */
Color.parseColor("#d99df4")Accessibility — WCAG contrast
Aa
#d99df4 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d99df4 on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green61.6%
Blue95.7%
CMYK percentages
Cyan11.1%
Magenta35.7%
Yellow0.0%
Key (black)4.3%
Color previews
#d99df4 text on a black background
contrast 10.08:1
Card sample
#d99df4 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d99df4;
Background color
Panel with #d99df4 background
background-color: #d99df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d99df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 157, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 157, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d99df4; background: linear-gradient(135deg, #d99df4, #F49DD5);