#d477fd
a light, electric violet · warm · closest name: violet
RGB
212, 119, 253
HSL
282°, 97%, 73%
CMYK
16, 53, 0, 1
Luminance
0.3428
Every format
| HEX | #d477fd |
| RGB | rgb(212, 119, 253) |
| HSL | hsl(282, 97%, 73%) |
| CMYK | cmyk(16%, 53%, 0%, 1%) |
| LAB | lab(65.2 57.6 -52.3) |
| LCH | lch(65.2 77.8 317.7) |
| OKLCH | oklch(0.724 0.205 314.5) |
Copy-ready code
/* CSS */
color: #d477fd;
background-color: #d477fd;
/* Tailwind (arbitrary) */
class="text-[#d477fd] bg-[#d477fd]"
/* SCSS */
$brand: #d477fd;
/* SwiftUI */
Color(red: 0.831, green: 0.467, blue: 0.992)
/* Android */
Color.parseColor("#d477fd")Accessibility — WCAG contrast
Aa
#d477fd on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d477fd on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green46.7%
Blue99.2%
CMYK percentages
Cyan16.2%
Magenta53.0%
Yellow0.0%
Key (black)0.8%
Color previews
#d477fd text on a black background
contrast 7.86:1
Card sample
#d477fd text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d477fd;
Background color
Panel with #d477fd background
background-color: #d477fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d477fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 119, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 119, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d477fd; background: linear-gradient(135deg, #d477fd, #FD77CD);