#fea2c2
a light, electric magenta / pink · warm · closest name: pink
RGB
254, 162, 194
HSL
339°, 98%, 82%
CMYK
0, 36, 24, 0
Luminance
0.5081
Every format
| HEX | #fea2c2 |
| RGB | rgb(254, 162, 194) |
| HSL | hsl(339, 98%, 82%) |
| CMYK | cmyk(0%, 36%, 24%, 0%) |
| LAB | lab(76.6 38.2 -2.1) |
| LCH | lch(76.6 38.3 356.9) |
| OKLCH | oklch(0.813 0.115 357.6) |
Copy-ready code
/* CSS */
color: #fea2c2;
background-color: #fea2c2;
/* Tailwind (arbitrary) */
class="text-[#fea2c2] bg-[#fea2c2]"
/* SCSS */
$brand: #fea2c2;
/* SwiftUI */
Color(red: 0.996, green: 0.635, blue: 0.761)
/* Android */
Color.parseColor("#fea2c2")Accessibility — WCAG contrast
Aa
#fea2c2 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fea2c2 on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green63.5%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow23.6%
Key (black)0.4%
Color previews
#fea2c2 text on a black background
contrast 11.16:1
Card sample
#fea2c2 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fea2c2;
Background color
Panel with #fea2c2 background
background-color: #fea2c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fea2c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 162, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 162, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fea2c2; background: linear-gradient(135deg, #fea2c2, #FEBFA2);