#fe7da2
a light, electric magenta / pink · warm · closest name: salmon
RGB
254, 125, 162
HSL
343°, 99%, 74%
CMYK
0, 51, 36, 0
Luminance
0.3835
Every format
| HEX | #fe7da2 |
| RGB | rgb(254, 125, 162) |
| HSL | hsl(343, 99%, 74%) |
| CMYK | cmyk(0%, 51%, 36%, 0%) |
| LAB | lab(68.3 52.7 3.6) |
| LCH | lch(68.3 52.8 4.0) |
| OKLCH | oklch(0.747 0.161 3.6) |
Copy-ready code
/* CSS */
color: #fe7da2;
background-color: #fe7da2;
/* Tailwind (arbitrary) */
class="text-[#fe7da2] bg-[#fe7da2]"
/* SCSS */
$brand: #fe7da2;
/* SwiftUI */
Color(red: 0.996, green: 0.490, blue: 0.635)
/* Android */
Color.parseColor("#fe7da2")Accessibility — WCAG contrast
Aa
#fe7da2 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe7da2 on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green49.0%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta50.8%
Yellow36.2%
Key (black)0.4%
Color previews
#fe7da2 text on a black background
contrast 8.67:1
Card sample
#fe7da2 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe7da2;
Background color
Panel with #fe7da2 background
background-color: #fe7da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe7da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 125, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 125, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe7da2; background: linear-gradient(135deg, #fe7da2, #FEAE7D);