#d868eb
a light, electric magenta / pink · warm · closest name: violet
RGB
216, 104, 235
HSL
291°, 77%, 67%
CMYK
8, 56, 0, 8
Luminance
0.3050
Every format
| HEX | #d868eb |
| RGB | rgb(216, 104, 235) |
| HSL | hsl(291, 77%, 67%) |
| CMYK | cmyk(8%, 56%, 0%, 8%) |
| LAB | lab(62.1 62.3 -47.3) |
| LCH | lch(62.1 78.2 322.8) |
| OKLCH | oklch(0.699 0.211 321.6) |
Copy-ready code
/* CSS */
color: #d868eb;
background-color: #d868eb;
/* Tailwind (arbitrary) */
class="text-[#d868eb] bg-[#d868eb]"
/* SCSS */
$brand: #d868eb;
/* SwiftUI */
Color(red: 0.847, green: 0.408, blue: 0.922)
/* Android */
Color.parseColor("#d868eb")Accessibility — WCAG contrast
Aa
#d868eb on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d868eb on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green40.8%
Blue92.2%
CMYK percentages
Cyan8.1%
Magenta55.7%
Yellow0.0%
Key (black)7.8%
Color previews
#d868eb text on a black background
contrast 7.10:1
Card sample
#d868eb text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d868eb;
Background color
Panel with #d868eb background
background-color: #d868eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d868eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 104, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 104, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d868eb; background: linear-gradient(135deg, #d868eb, #EB68A7);