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