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