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