#d466fd
a light, electric violet · warm · closest name: violet
RGB
212, 102, 253
HSL
284°, 97%, 70%
CMYK
16, 60, 0, 1
Luminance
0.3059
Every format
| HEX | #d466fd |
| RGB | rgb(212, 102, 253) |
| HSL | hsl(284, 97%, 70%) |
| CMYK | cmyk(16%, 60%, 0%, 1%) |
| LAB | lab(62.2 65.7 -57.1) |
| LCH | lch(62.2 87.1 319.0) |
| OKLCH | oklch(0.702 0.230 315.8) |
Copy-ready code
/* CSS */
color: #d466fd;
background-color: #d466fd;
/* Tailwind (arbitrary) */
class="text-[#d466fd] bg-[#d466fd]"
/* SCSS */
$brand: #d466fd;
/* SwiftUI */
Color(red: 0.831, green: 0.400, blue: 0.992)
/* Android */
Color.parseColor("#d466fd")Accessibility — WCAG contrast
Aa
#d466fd on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d466fd on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green40.0%
Blue99.2%
CMYK percentages
Cyan16.2%
Magenta59.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d466fd text on a black background
contrast 7.12:1
Card sample
#d466fd text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d466fd;
Background color
Panel with #d466fd background
background-color: #d466fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d466fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 102, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 102, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d466fd; background: linear-gradient(135deg, #d466fd, #FD66C1);