#fe9bac
a light, electric red · warm · closest name: pink
RGB
254, 155, 172
HSL
350°, 98%, 80%
CMYK
0, 39, 32, 0
Luminance
0.4749
Every format
| HEX | #fe9bac |
| RGB | rgb(254, 155, 172) |
| HSL | hsl(350, 98%, 80%) |
| CMYK | cmyk(0%, 39%, 32%, 0%) |
| LAB | lab(74.5 38.9 7.0) |
| LCH | lch(74.5 39.5 10.3) |
| OKLCH | oklch(0.795 0.119 9.0) |
Copy-ready code
/* CSS */
color: #fe9bac;
background-color: #fe9bac;
/* Tailwind (arbitrary) */
class="text-[#fe9bac] bg-[#fe9bac]"
/* SCSS */
$brand: #fe9bac;
/* SwiftUI */
Color(red: 0.996, green: 0.608, blue: 0.675)
/* Android */
Color.parseColor("#fe9bac")Accessibility — WCAG contrast
Aa
#fe9bac on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9bac on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green60.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow32.3%
Key (black)0.4%
Color previews
#fe9bac text on a black background
contrast 10.50:1
Card sample
#fe9bac text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9bac;
Background color
Panel with #fe9bac background
background-color: #fe9bac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9bac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 155, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 155, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9bac; background: linear-gradient(135deg, #fe9bac, #FECC9B);