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