#feb4af
a light, electric red · warm · closest name: pink
RGB
254, 180, 175
HSL
4°, 98%, 84%
CMYK
0, 29, 31, 0
Luminance
0.5681
Every format
| HEX | #feb4af |
| RGB | rgb(254, 180, 175) |
| HSL | hsl(4, 98%, 84%) |
| CMYK | cmyk(0%, 29%, 31%, 0%) |
| LAB | lab(80.1 26.3 13.3) |
| LCH | lch(80.1 29.4 26.9) |
| OKLCH | oklch(0.838 0.087 23.4) |
Copy-ready code
/* CSS */
color: #feb4af;
background-color: #feb4af;
/* Tailwind (arbitrary) */
class="text-[#feb4af] bg-[#feb4af]"
/* SCSS */
$brand: #feb4af;
/* SwiftUI */
Color(red: 0.996, green: 0.706, blue: 0.686)
/* Android */
Color.parseColor("#feb4af")Accessibility — WCAG contrast
Aa
#feb4af on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb4af on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green70.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow31.1%
Key (black)0.4%
Color previews
#feb4af text on a black background
contrast 12.36:1
Card sample
#feb4af text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb4af;
Background color
Panel with #feb4af background
background-color: #feb4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 180, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 180, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb4af; background: linear-gradient(135deg, #feb4af, #FEE9AF);