#feb3ba
a light, electric red · warm · closest name: pink
RGB
254, 179, 186
HSL
354°, 97%, 85%
CMYK
0, 30, 27, 0
Luminance
0.5686
Every format
| HEX | #feb3ba |
| RGB | rgb(254, 179, 186) |
| HSL | hsl(354, 97%, 85%) |
| CMYK | cmyk(0%, 30%, 27%, 0%) |
| LAB | lab(80.1 28.2 7.4) |
| LCH | lch(80.1 29.2 14.8) |
| OKLCH | oklch(0.839 0.088 13.0) |
Copy-ready code
/* CSS */
color: #feb3ba;
background-color: #feb3ba;
/* Tailwind (arbitrary) */
class="text-[#feb3ba] bg-[#feb3ba]"
/* SCSS */
$brand: #feb3ba;
/* SwiftUI */
Color(red: 0.996, green: 0.702, blue: 0.729)
/* Android */
Color.parseColor("#feb3ba")Accessibility — WCAG contrast
Aa
#feb3ba on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb3ba on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green70.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta29.5%
Yellow26.8%
Key (black)0.4%
Color previews
#feb3ba text on a black background
contrast 12.37:1
Card sample
#feb3ba text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb3ba;
Background color
Panel with #feb3ba background
background-color: #feb3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 179, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 179, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb3ba; background: linear-gradient(135deg, #feb3ba, #FEDEB3);