#d286eb
a light, vivid violet · warm · closest name: violet
RGB
210, 134, 235
HSL
285°, 72%, 72%
CMYK
11, 43, 0, 8
Luminance
0.3675
Every format
| HEX | #d286eb |
| RGB | rgb(210, 134, 235) |
| HSL | hsl(285, 72%, 72%) |
| CMYK | cmyk(11%, 43%, 0%, 8%) |
| LAB | lab(67.1 45.7 -39.5) |
| LCH | lch(67.1 60.4 319.2) |
| OKLCH | oklch(0.735 0.161 317.4) |
Copy-ready code
/* CSS */
color: #d286eb;
background-color: #d286eb;
/* Tailwind (arbitrary) */
class="text-[#d286eb] bg-[#d286eb]"
/* SCSS */
$brand: #d286eb;
/* SwiftUI */
Color(red: 0.824, green: 0.525, blue: 0.922)
/* Android */
Color.parseColor("#d286eb")Accessibility — WCAG contrast
Aa
#d286eb on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d286eb on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green52.5%
Blue92.2%
CMYK percentages
Cyan10.6%
Magenta43.0%
Yellow0.0%
Key (black)7.8%
Color previews
#d286eb text on a black background
contrast 8.35:1
Card sample
#d286eb text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d286eb;
Background color
Panel with #d286eb background
background-color: #d286eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d286eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 134, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 134, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d286eb; background: linear-gradient(135deg, #d286eb, #EB86C1);