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