#d487eb
a light, vivid violet · warm · closest name: violet
RGB
212, 135, 235
HSL
286°, 71%, 73%
CMYK
10, 43, 0, 8
Luminance
0.3732
Every format
| HEX | #d487eb |
| RGB | rgb(212, 135, 235) |
| HSL | hsl(286, 71%, 73%) |
| CMYK | cmyk(10%, 43%, 0%, 8%) |
| LAB | lab(67.5 45.8 -38.8) |
| LCH | lch(67.5 60.0 319.7) |
| OKLCH | oklch(0.739 0.160 318.2) |
Copy-ready code
/* CSS */
color: #d487eb;
background-color: #d487eb;
/* Tailwind (arbitrary) */
class="text-[#d487eb] bg-[#d487eb]"
/* SCSS */
$brand: #d487eb;
/* SwiftUI */
Color(red: 0.831, green: 0.529, blue: 0.922)
/* Android */
Color.parseColor("#d487eb")Accessibility — WCAG contrast
Aa
#d487eb on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d487eb on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green52.9%
Blue92.2%
CMYK percentages
Cyan9.8%
Magenta42.6%
Yellow0.0%
Key (black)7.8%
Color previews
#d487eb text on a black background
contrast 8.46:1
Card sample
#d487eb text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d487eb;
Background color
Panel with #d487eb background
background-color: #d487eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d487eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 135, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 135, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d487eb; background: linear-gradient(135deg, #d487eb, #EB87BF);