#feb1af
a light, electric red · warm · closest name: pink
RGB
254, 177, 175
HSL
2°, 98%, 84%
CMYK
0, 30, 31, 0
Luminance
0.5561
Every format
| HEX | #feb1af |
| RGB | rgb(254, 177, 175) |
| HSL | hsl(2, 98%, 84%) |
| CMYK | cmyk(0%, 30%, 31%, 0%) |
| LAB | lab(79.4 27.8 12.4) |
| LCH | lch(79.4 30.5 24.0) |
| OKLCH | oklch(0.833 0.091 20.8) |
Copy-ready code
/* CSS */
color: #feb1af;
background-color: #feb1af;
/* Tailwind (arbitrary) */
class="text-[#feb1af] bg-[#feb1af]"
/* SCSS */
$brand: #feb1af;
/* SwiftUI */
Color(red: 0.996, green: 0.694, blue: 0.686)
/* Android */
Color.parseColor("#feb1af")Accessibility — WCAG contrast
Aa
#feb1af on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb1af on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green69.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow31.1%
Key (black)0.4%
Color previews
#feb1af text on a black background
contrast 12.12:1
Card sample
#feb1af text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb1af;
Background color
Panel with #feb1af background
background-color: #feb1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 177, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 177, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb1af; background: linear-gradient(135deg, #feb1af, #FEE6AF);