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