#d482fd
a light, electric violet · warm · closest name: violet
RGB
212, 130, 253
HSL
280°, 97%, 75%
CMYK
16, 49, 0, 1
Luminance
0.3705
Every format
| HEX | #d482fd |
| RGB | rgb(212, 130, 253) |
| HSL | hsl(280, 97%, 75%) |
| CMYK | cmyk(16%, 49%, 0%, 1%) |
| LAB | lab(67.3 52.0 -49.0) |
| LCH | lch(67.3 71.5 316.7) |
| OKLCH | oklch(0.740 0.188 313.4) |
Copy-ready code
/* CSS */
color: #d482fd;
background-color: #d482fd;
/* Tailwind (arbitrary) */
class="text-[#d482fd] bg-[#d482fd]"
/* SCSS */
$brand: #d482fd;
/* SwiftUI */
Color(red: 0.831, green: 0.510, blue: 0.992)
/* Android */
Color.parseColor("#d482fd")Accessibility — WCAG contrast
Aa
#d482fd on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d482fd on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green51.0%
Blue99.2%
CMYK percentages
Cyan16.2%
Magenta48.6%
Yellow0.0%
Key (black)0.8%
Color previews
#d482fd text on a black background
contrast 8.41:1
Card sample
#d482fd text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d482fd;
Background color
Panel with #d482fd background
background-color: #d482fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d482fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 130, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 130, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d482fd; background: linear-gradient(135deg, #d482fd, #FD82D4);