#fe9bba
a light, electric magenta / pink · warm · closest name: pink
RGB
254, 155, 186
HSL
341°, 98%, 80%
CMYK
0, 39, 27, 0
Luminance
0.4806
Every format
| HEX | #fe9bba |
| RGB | rgb(254, 155, 186) |
| HSL | hsl(341, 98%, 80%) |
| CMYK | cmyk(0%, 39%, 27%, 0%) |
| LAB | lab(74.9 40.7 -0.1) |
| LCH | lch(74.9 40.7 359.8) |
| OKLCH | oklch(0.799 0.123 0.1) |
Copy-ready code
/* CSS */
color: #fe9bba;
background-color: #fe9bba;
/* Tailwind (arbitrary) */
class="text-[#fe9bba] bg-[#fe9bba]"
/* SCSS */
$brand: #fe9bba;
/* SwiftUI */
Color(red: 0.996, green: 0.608, blue: 0.729)
/* Android */
Color.parseColor("#fe9bba")Accessibility — WCAG contrast
Aa
#fe9bba on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9bba on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green60.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow26.8%
Key (black)0.4%
Color previews
#fe9bba text on a black background
contrast 10.61:1
Card sample
#fe9bba text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9bba;
Background color
Panel with #fe9bba background
background-color: #fe9bba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9bba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 155, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 155, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9bba; background: linear-gradient(135deg, #fe9bba, #FEBE9B);