#fe9baf
a light, electric red · warm · closest name: pink
RGB
254, 155, 175
HSL
348°, 98%, 80%
CMYK
0, 39, 31, 0
Luminance
0.4761
Every format
| HEX | #fe9baf |
| RGB | rgb(254, 155, 175) |
| HSL | hsl(348, 98%, 80%) |
| CMYK | cmyk(0%, 39%, 31%, 0%) |
| LAB | lab(74.6 39.3 5.5) |
| LCH | lch(74.6 39.7 8.0) |
| OKLCH | oklch(0.796 0.120 7.1) |
Copy-ready code
/* CSS */
color: #fe9baf;
background-color: #fe9baf;
/* Tailwind (arbitrary) */
class="text-[#fe9baf] bg-[#fe9baf]"
/* SCSS */
$brand: #fe9baf;
/* SwiftUI */
Color(red: 0.996, green: 0.608, blue: 0.686)
/* Android */
Color.parseColor("#fe9baf")Accessibility — WCAG contrast
Aa
#fe9baf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9baf on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green60.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow31.1%
Key (black)0.4%
Color previews
#fe9baf text on a black background
contrast 10.52:1
Card sample
#fe9baf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9baf;
Background color
Panel with #fe9baf background
background-color: #fe9baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 155, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 155, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9baf; background: linear-gradient(135deg, #fe9baf, #FEC99B);