#fe8baf
a light, electric magenta / pink · warm · closest name: pink
RGB
254, 139, 175
HSL
341°, 98%, 77%
CMYK
0, 45, 31, 0
Luminance
0.4263
Every format
| HEX | #fe8baf |
| RGB | rgb(254, 139, 175) |
| HSL | hsl(341, 98%, 77%) |
| CMYK | cmyk(0%, 45%, 31%, 0%) |
| LAB | lab(71.3 47.4 0.8) |
| LCH | lch(71.3 47.4 0.9) |
| OKLCH | oklch(0.771 0.144 1.0) |
Copy-ready code
/* CSS */
color: #fe8baf;
background-color: #fe8baf;
/* Tailwind (arbitrary) */
class="text-[#fe8baf] bg-[#fe8baf]"
/* SCSS */
$brand: #fe8baf;
/* SwiftUI */
Color(red: 0.996, green: 0.545, blue: 0.686)
/* Android */
Color.parseColor("#fe8baf")Accessibility — WCAG contrast
Aa
#fe8baf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe8baf on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green54.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta45.3%
Yellow31.1%
Key (black)0.4%
Color previews
#fe8baf text on a black background
contrast 9.53:1
Card sample
#fe8baf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe8baf;
Background color
Panel with #fe8baf background
background-color: #fe8baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe8baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 139, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 139, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe8baf; background: linear-gradient(135deg, #fe8baf, #FEB48B);