#fe7af8
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 122, 248
HSL
303°, 99%, 74%
CMYK
0, 52, 2, 0
Luminance
0.4177
Every format
| HEX | #fe7af8 |
| RGB | rgb(254, 122, 248) |
| HSL | hsl(303, 99%, 74%) |
| CMYK | cmyk(0%, 52%, 2%, 0%) |
| LAB | lab(70.7 66.3 -40.5) |
| LCH | lch(70.7 77.7 328.5) |
| OKLCH | oklch(0.775 0.217 329.2) |
Copy-ready code
/* CSS */
color: #fe7af8;
background-color: #fe7af8;
/* Tailwind (arbitrary) */
class="text-[#fe7af8] bg-[#fe7af8]"
/* SCSS */
$brand: #fe7af8;
/* SwiftUI */
Color(red: 0.996, green: 0.478, blue: 0.973)
/* Android */
Color.parseColor("#fe7af8")Accessibility — WCAG contrast
Aa
#fe7af8 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7af8 on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green47.8%
Blue97.3%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow2.4%
Key (black)0.4%
Color previews
#fe7af8 text on a black background
contrast 9.35:1
Card sample
#fe7af8 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7af8;
Background color
Panel with #fe7af8 background
background-color: #fe7af8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7af8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 122, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 122, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7af8; background: linear-gradient(135deg, #fe7af8, #FE7AA0);