#feafb6
a light, electric red · warm · closest name: pink
RGB
254, 175, 182
HSL
355°, 98%, 84%
CMYK
0, 31, 28, 0
Luminance
0.5511
Every format
| HEX | #feafb6 |
| RGB | rgb(254, 175, 182) |
| HSL | hsl(355, 98%, 84%) |
| CMYK | cmyk(0%, 31%, 28%, 0%) |
| LAB | lab(79.1 29.8 8.2) |
| LCH | lch(79.1 30.9 15.3) |
| OKLCH | oklch(0.831 0.093 13.4) |
Copy-ready code
/* CSS */
color: #feafb6;
background-color: #feafb6;
/* Tailwind (arbitrary) */
class="text-[#feafb6] bg-[#feafb6]"
/* SCSS */
$brand: #feafb6;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.714)
/* Android */
Color.parseColor("#feafb6")Accessibility — WCAG contrast
Aa
#feafb6 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feafb6 on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow28.3%
Key (black)0.4%
Color previews
#feafb6 text on a black background
contrast 12.02:1
Card sample
#feafb6 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feafb6;
Background color
Panel with #feafb6 background
background-color: #feafb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feafb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feafb6; background: linear-gradient(135deg, #feafb6, #FEDDAF);