#feb7aa
a light, electric red · warm · closest name: pink
RGB
254, 183, 170
HSL
9°, 98%, 83%
CMYK
0, 28, 33, 0
Luminance
0.5784
Every format
| HEX | #feb7aa |
| RGB | rgb(254, 183, 170) |
| HSL | hsl(9, 98%, 83%) |
| CMYK | cmyk(0%, 28%, 33%, 0%) |
| LAB | lab(80.7 24.1 16.8) |
| LCH | lch(80.7 29.4 35.0) |
| OKLCH | oklch(0.842 0.085 30.6) |
Copy-ready code
/* CSS */
color: #feb7aa;
background-color: #feb7aa;
/* Tailwind (arbitrary) */
class="text-[#feb7aa] bg-[#feb7aa]"
/* SCSS */
$brand: #feb7aa;
/* SwiftUI */
Color(red: 0.996, green: 0.718, blue: 0.667)
/* Android */
Color.parseColor("#feb7aa")Accessibility — WCAG contrast
Aa
#feb7aa on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb7aa on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green71.8%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow33.1%
Key (black)0.4%
Color previews
#feb7aa text on a black background
contrast 12.57:1
Card sample
#feb7aa text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb7aa;
Background color
Panel with #feb7aa background
background-color: #feb7aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb7aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 183, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 183, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb7aa; background: linear-gradient(135deg, #feb7aa, #FEEFAA);