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