#fe7df9
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 125, 249
HSL
302°, 99%, 74%
CMYK
0, 51, 2, 0
Luminance
0.4258
Every format
| HEX | #fe7df9 |
| RGB | rgb(254, 125, 249) |
| HSL | hsl(302, 99%, 74%) |
| CMYK | cmyk(0%, 51%, 2%, 0%) |
| LAB | lab(71.3 65.0 -40.2) |
| LCH | lch(71.3 76.5 328.3) |
| OKLCH | oklch(0.779 0.213 328.9) |
Copy-ready code
/* CSS */
color: #fe7df9;
background-color: #fe7df9;
/* Tailwind (arbitrary) */
class="text-[#fe7df9] bg-[#fe7df9]"
/* SCSS */
$brand: #fe7df9;
/* SwiftUI */
Color(red: 0.996, green: 0.490, blue: 0.976)
/* Android */
Color.parseColor("#fe7df9")Accessibility — WCAG contrast
Aa
#fe7df9 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7df9 on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green49.0%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta50.8%
Yellow2.0%
Key (black)0.4%
Color previews
#fe7df9 text on a black background
contrast 9.52:1
Card sample
#fe7df9 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7df9;
Background color
Panel with #fe7df9 background
background-color: #fe7df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 125, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 125, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7df9; background: linear-gradient(135deg, #fe7df9, #FE7DA3);