#d484fd
a light, electric violet · warm · closest name: violet
RGB
212, 132, 253
HSL
280°, 97%, 76%
CMYK
16, 48, 0, 1
Luminance
0.3759
Every format
| HEX | #d484fd |
| RGB | rgb(212, 132, 253) |
| HSL | hsl(280, 97%, 76%) |
| CMYK | cmyk(16%, 48%, 0%, 1%) |
| LAB | lab(67.7 51.0 -48.3) |
| LCH | lch(67.7 70.3 316.5) |
| OKLCH | oklch(0.743 0.185 313.2) |
Copy-ready code
/* CSS */
color: #d484fd;
background-color: #d484fd;
/* Tailwind (arbitrary) */
class="text-[#d484fd] bg-[#d484fd]"
/* SCSS */
$brand: #d484fd;
/* SwiftUI */
Color(red: 0.831, green: 0.518, blue: 0.992)
/* Android */
Color.parseColor("#d484fd")Accessibility — WCAG contrast
Aa
#d484fd on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d484fd on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green51.8%
Blue99.2%
CMYK percentages
Cyan16.2%
Magenta47.8%
Yellow0.0%
Key (black)0.8%
Color previews
#d484fd text on a black background
contrast 8.52:1
Card sample
#d484fd text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d484fd;
Background color
Panel with #d484fd background
background-color: #d484fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d484fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 132, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 132, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d484fd; background: linear-gradient(135deg, #d484fd, #FD84D5);