#fe7ef1
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 126, 241
HSL
306°, 99%, 75%
CMYK
0, 50, 5, 0
Luminance
0.4234
Every format
| HEX | #fe7ef1 |
| RGB | rgb(254, 126, 241) |
| HSL | hsl(306, 99%, 75%) |
| CMYK | cmyk(0%, 50%, 5%, 0%) |
| LAB | lab(71.1 63.3 -36.1) |
| LCH | lch(71.1 72.8 330.3) |
| OKLCH | oklch(0.777 0.205 331.3) |
Copy-ready code
/* CSS */
color: #fe7ef1;
background-color: #fe7ef1;
/* Tailwind (arbitrary) */
class="text-[#fe7ef1] bg-[#fe7ef1]"
/* SCSS */
$brand: #fe7ef1;
/* SwiftUI */
Color(red: 0.996, green: 0.494, blue: 0.945)
/* Android */
Color.parseColor("#fe7ef1")Accessibility — WCAG contrast
Aa
#fe7ef1 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7ef1 on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green49.4%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta50.4%
Yellow5.1%
Key (black)0.4%
Color previews
#fe7ef1 text on a black background
contrast 9.47:1
Card sample
#fe7ef1 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7ef1;
Background color
Panel with #fe7ef1 background
background-color: #fe7ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 126, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 126, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7ef1; background: linear-gradient(135deg, #fe7ef1, #FE7E9C);