#d286fd
a light, electric violet · warm · closest name: violet
RGB
210, 134, 253
HSL
278°, 97%, 76%
CMYK
17, 47, 0, 1
Luminance
0.3784
Every format
| HEX | #d286fd |
| RGB | rgb(210, 134, 253) |
| HSL | hsl(278, 97%, 76%) |
| CMYK | cmyk(17%, 47%, 0%, 1%) |
| LAB | lab(67.9 49.4 -48.1) |
| LCH | lch(67.9 69.0 315.8) |
| OKLCH | oklch(0.744 0.181 312.2) |
Copy-ready code
/* CSS */
color: #d286fd;
background-color: #d286fd;
/* Tailwind (arbitrary) */
class="text-[#d286fd] bg-[#d286fd]"
/* SCSS */
$brand: #d286fd;
/* SwiftUI */
Color(red: 0.824, green: 0.525, blue: 0.992)
/* Android */
Color.parseColor("#d286fd")Accessibility — WCAG contrast
Aa
#d286fd on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d286fd on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green52.5%
Blue99.2%
CMYK percentages
Cyan17.0%
Magenta47.0%
Yellow0.0%
Key (black)0.8%
Color previews
#d286fd text on a black background
contrast 8.57:1
Card sample
#d286fd text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d286fd;
Background color
Panel with #d286fd background
background-color: #d286fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d286fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 134, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 134, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d286fd; background: linear-gradient(135deg, #d286fd, #FD86D9);