#d86eee
a light, electric violet · warm · closest name: violet
RGB
216, 110, 238
HSL
290°, 79%, 68%
CMYK
9, 54, 0, 7
Luminance
0.3192
Every format
| HEX | #d86eee |
| RGB | rgb(216, 110, 238) |
| HSL | hsl(290, 79%, 68%) |
| CMYK | cmyk(9%, 54%, 0%, 7%) |
| LAB | lab(63.3 60.1 -47.0) |
| LCH | lch(63.3 76.3 321.9) |
| OKLCH | oklch(0.709 0.205 320.5) |
Copy-ready code
/* CSS */
color: #d86eee;
background-color: #d86eee;
/* Tailwind (arbitrary) */
class="text-[#d86eee] bg-[#d86eee]"
/* SCSS */
$brand: #d86eee;
/* SwiftUI */
Color(red: 0.847, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#d86eee")Accessibility — WCAG contrast
Aa
#d86eee on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d86eee on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green43.1%
Blue93.3%
CMYK percentages
Cyan9.2%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#d86eee text on a black background
contrast 7.38:1
Card sample
#d86eee text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d86eee;
Background color
Panel with #d86eee background
background-color: #d86eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d86eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d86eee; background: linear-gradient(135deg, #d86eee, #EE6EAF);