#d474fd
a light, electric violet · warm · closest name: violet
RGB
212, 116, 253
HSL
282°, 97%, 72%
CMYK
16, 54, 0, 1
Luminance
0.3358
Every format
| HEX | #d474fd |
| RGB | rgb(212, 116, 253) |
| HSL | hsl(282, 97%, 72%) |
| CMYK | cmyk(16%, 54%, 0%, 1%) |
| LAB | lab(64.6 59.1 -53.2) |
| LCH | lch(64.6 79.5 318.0) |
| OKLCH | oklch(0.720 0.209 314.7) |
Copy-ready code
/* CSS */
color: #d474fd;
background-color: #d474fd;
/* Tailwind (arbitrary) */
class="text-[#d474fd] bg-[#d474fd]"
/* SCSS */
$brand: #d474fd;
/* SwiftUI */
Color(red: 0.831, green: 0.455, blue: 0.992)
/* Android */
Color.parseColor("#d474fd")Accessibility — WCAG contrast
Aa
#d474fd on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d474fd on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green45.5%
Blue99.2%
CMYK percentages
Cyan16.2%
Magenta54.2%
Yellow0.0%
Key (black)0.8%
Color previews
#d474fd text on a black background
contrast 7.72:1
Card sample
#d474fd text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d474fd;
Background color
Panel with #d474fd background
background-color: #d474fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d474fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 116, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 116, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d474fd; background: linear-gradient(135deg, #d474fd, #FD74CB);