#d992eb
a light, vivid violet · warm · closest name: violet
RGB
217, 146, 235
HSL
288°, 69%, 75%
CMYK
8, 38, 0, 8
Luminance
0.4131
Every format
| HEX | #d992eb |
| RGB | rgb(217, 146, 235) |
| HSL | hsl(288, 69%, 75%) |
| CMYK | cmyk(8%, 38%, 0%, 8%) |
| LAB | lab(70.4 41.5 -34.3) |
| LCH | lch(70.4 53.8 320.4) |
| OKLCH | oklch(0.761 0.144 319.3) |
Copy-ready code
/* CSS */
color: #d992eb;
background-color: #d992eb;
/* Tailwind (arbitrary) */
class="text-[#d992eb] bg-[#d992eb]"
/* SCSS */
$brand: #d992eb;
/* SwiftUI */
Color(red: 0.851, green: 0.573, blue: 0.922)
/* Android */
Color.parseColor("#d992eb")Accessibility — WCAG contrast
Aa
#d992eb on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d992eb on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green57.3%
Blue92.2%
CMYK percentages
Cyan7.7%
Magenta37.9%
Yellow0.0%
Key (black)7.8%
Color previews
#d992eb text on a black background
contrast 9.26:1
Card sample
#d992eb text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d992eb;
Background color
Panel with #d992eb background
background-color: #d992eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d992eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 146, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 146, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d992eb; background: linear-gradient(135deg, #d992eb, #EB92C2);