#feb5af
a light, electric red · warm · closest name: pink
RGB
254, 181, 175
HSL
5°, 98%, 84%
CMYK
0, 29, 31, 0
Luminance
0.5721
Every format
| HEX | #feb5af |
| RGB | rgb(254, 181, 175) |
| HSL | hsl(5, 98%, 84%) |
| CMYK | cmyk(0%, 29%, 31%, 0%) |
| LAB | lab(80.3 25.7 13.7) |
| LCH | lch(80.3 29.1 27.9) |
| OKLCH | oklch(0.840 0.086 24.3) |
Copy-ready code
/* CSS */
color: #feb5af;
background-color: #feb5af;
/* Tailwind (arbitrary) */
class="text-[#feb5af] bg-[#feb5af]"
/* SCSS */
$brand: #feb5af;
/* SwiftUI */
Color(red: 0.996, green: 0.710, blue: 0.686)
/* Android */
Color.parseColor("#feb5af")Accessibility — WCAG contrast
Aa
#feb5af on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb5af on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green71.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta28.7%
Yellow31.1%
Key (black)0.4%
Color previews
#feb5af text on a black background
contrast 12.44:1
Card sample
#feb5af text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb5af;
Background color
Panel with #feb5af background
background-color: #feb5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 181, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 181, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb5af; background: linear-gradient(135deg, #feb5af, #FEEAAF);