#d985eb
a light, vivid violet · warm · closest name: violet
RGB
217, 133, 235
HSL
289°, 72%, 72%
CMYK
8, 43, 0, 8
Luminance
0.3752
Every format
| HEX | #d985eb |
| RGB | rgb(217, 133, 235) |
| HSL | hsl(289, 72%, 72%) |
| CMYK | cmyk(8%, 43%, 0%, 8%) |
| LAB | lab(67.7 48.3 -38.5) |
| LCH | lch(67.7 61.8 321.4) |
| OKLCH | oklch(0.741 0.166 320.4) |
Copy-ready code
/* CSS */
color: #d985eb;
background-color: #d985eb;
/* Tailwind (arbitrary) */
class="text-[#d985eb] bg-[#d985eb]"
/* SCSS */
$brand: #d985eb;
/* SwiftUI */
Color(red: 0.851, green: 0.522, blue: 0.922)
/* Android */
Color.parseColor("#d985eb")Accessibility — WCAG contrast
Aa
#d985eb on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d985eb on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green52.2%
Blue92.2%
CMYK percentages
Cyan7.7%
Magenta43.4%
Yellow0.0%
Key (black)7.8%
Color previews
#d985eb text on a black background
contrast 8.50:1
Card sample
#d985eb text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d985eb;
Background color
Panel with #d985eb background
background-color: #d985eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d985eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 133, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 133, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d985eb; background: linear-gradient(135deg, #d985eb, #EB85B9);