#feabcb
a light, electric magenta / pink · warm · closest name: pink
RGB
254, 171, 203
HSL
337°, 98%, 83%
CMYK
0, 33, 20, 0
Luminance
0.5451
Every format
| HEX | #feabcb |
| RGB | rgb(254, 171, 203) |
| HSL | hsl(337, 98%, 83%) |
| CMYK | cmyk(0%, 33%, 20%, 0%) |
| LAB | lab(78.8 34.8 -3.7) |
| LCH | lch(78.8 35.0 353.9) |
| OKLCH | oklch(0.830 0.105 354.8) |
Copy-ready code
/* CSS */
color: #feabcb;
background-color: #feabcb;
/* Tailwind (arbitrary) */
class="text-[#feabcb] bg-[#feabcb]"
/* SCSS */
$brand: #feabcb;
/* SwiftUI */
Color(red: 0.996, green: 0.671, blue: 0.796)
/* Android */
Color.parseColor("#feabcb")Accessibility — WCAG contrast
Aa
#feabcb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feabcb on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow20.1%
Key (black)0.4%
Color previews
#feabcb text on a black background
contrast 11.90:1
Card sample
#feabcb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feabcb;
Background color
Panel with #feabcb background
background-color: #feabcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feabcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 171, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 171, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feabcb; background: linear-gradient(135deg, #feabcb, #FEC2AB);