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