#d087eb
a light, vivid violet · warm · closest name: violet
RGB
208, 135, 235
HSL
284°, 71%, 73%
CMYK
12, 43, 0, 8
Luminance
0.3674
Every format
| HEX | #d087eb |
| RGB | rgb(208, 135, 235) |
| HSL | hsl(284, 71%, 73%) |
| CMYK | cmyk(12%, 43%, 0%, 8%) |
| LAB | lab(67.1 44.6 -39.5) |
| LCH | lch(67.1 59.6 318.5) |
| OKLCH | oklch(0.734 0.158 316.5) |
Copy-ready code
/* CSS */
color: #d087eb;
background-color: #d087eb;
/* Tailwind (arbitrary) */
class="text-[#d087eb] bg-[#d087eb]"
/* SCSS */
$brand: #d087eb;
/* SwiftUI */
Color(red: 0.816, green: 0.529, blue: 0.922)
/* Android */
Color.parseColor("#d087eb")Accessibility — WCAG contrast
Aa
#d087eb on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d087eb on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green52.9%
Blue92.2%
CMYK percentages
Cyan11.5%
Magenta42.6%
Yellow0.0%
Key (black)7.8%
Color previews
#d087eb text on a black background
contrast 8.35:1
Card sample
#d087eb text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d087eb;
Background color
Panel with #d087eb background
background-color: #d087eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d087eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 135, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 135, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d087eb; background: linear-gradient(135deg, #d087eb, #EB87C3);