#fe81df
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 129, 223
HSL
315°, 98%, 75%
CMYK
0, 49, 12, 0
Luminance
0.4210
Every format
| HEX | #fe81df |
| RGB | rgb(254, 129, 223) |
| HSL | hsl(315, 98%, 75%) |
| CMYK | cmyk(0%, 49%, 12%, 0%) |
| LAB | lab(70.9 59.0 -26.5) |
| LCH | lch(70.9 64.6 335.8) |
| OKLCH | oklch(0.773 0.186 337.5) |
Copy-ready code
/* CSS */
color: #fe81df;
background-color: #fe81df;
/* Tailwind (arbitrary) */
class="text-[#fe81df] bg-[#fe81df]"
/* SCSS */
$brand: #fe81df;
/* SwiftUI */
Color(red: 0.996, green: 0.506, blue: 0.875)
/* Android */
Color.parseColor("#fe81df")Accessibility — WCAG contrast
Aa
#fe81df on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe81df on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green50.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta49.2%
Yellow12.2%
Key (black)0.4%
Color previews
#fe81df text on a black background
contrast 9.42:1
Card sample
#fe81df text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe81df;
Background color
Panel with #fe81df background
background-color: #fe81df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe81df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 129, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 129, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe81df; background: linear-gradient(135deg, #fe81df, #FE818C);