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