#feafc2
a light, electric red · warm · closest name: pink
RGB
254, 175, 194
HSL
346°, 98%, 84%
CMYK
0, 31, 24, 0
Luminance
0.5563
Every format
| HEX | #feafc2 |
| RGB | rgb(254, 175, 194) |
| HSL | hsl(346, 98%, 84%) |
| CMYK | cmyk(0%, 31%, 24%, 0%) |
| LAB | lab(79.4 31.4 2.1) |
| LCH | lch(79.4 31.5 3.8) |
| OKLCH | oklch(0.835 0.095 3.6) |
Copy-ready code
/* CSS */
color: #feafc2;
background-color: #feafc2;
/* Tailwind (arbitrary) */
class="text-[#feafc2] bg-[#feafc2]"
/* SCSS */
$brand: #feafc2;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.761)
/* Android */
Color.parseColor("#feafc2")Accessibility — WCAG contrast
Aa
#feafc2 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feafc2 on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow23.6%
Key (black)0.4%
Color previews
#feafc2 text on a black background
contrast 12.13:1
Card sample
#feafc2 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feafc2;
Background color
Panel with #feafc2 background
background-color: #feafc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feafc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feafc2; background: linear-gradient(135deg, #feafc2, #FED1AF);