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