#feb8af
a light, electric red · warm · closest name: pink
RGB
254, 184, 175
HSL
7°, 98%, 84%
CMYK
0, 28, 31, 0
Luminance
0.5845
Every format
| HEX | #feb8af |
| RGB | rgb(254, 184, 175) |
| HSL | hsl(7, 98%, 84%) |
| CMYK | cmyk(0%, 28%, 31%, 0%) |
| LAB | lab(81.0 24.2 14.6) |
| LCH | lch(81.0 28.2 31.2) |
| OKLCH | oklch(0.845 0.083 27.2) |
Copy-ready code
/* CSS */
color: #feb8af;
background-color: #feb8af;
/* Tailwind (arbitrary) */
class="text-[#feb8af] bg-[#feb8af]"
/* SCSS */
$brand: #feb8af;
/* SwiftUI */
Color(red: 0.996, green: 0.722, blue: 0.686)
/* Android */
Color.parseColor("#feb8af")Accessibility — WCAG contrast
Aa
#feb8af on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb8af on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta27.6%
Yellow31.1%
Key (black)0.4%
Color previews
#feb8af text on a black background
contrast 12.69:1
Card sample
#feb8af text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb8af;
Background color
Panel with #feb8af background
background-color: #feb8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 184, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 184, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb8af; background: linear-gradient(135deg, #feb8af, #FEEDAF);