#feb4df
a pale, electric magenta / pink · warm · closest name: plum
RGB
254, 180, 223
HSL
325°, 97%, 85%
CMYK
0, 29, 12, 0
Luminance
0.5904
Every format
| HEX | #feb4df |
| RGB | rgb(254, 180, 223) |
| HSL | hsl(325, 97%, 85%) |
| CMYK | cmyk(0%, 29%, 12%, 0%) |
| LAB | lab(81.3 33.2 -10.8) |
| LCH | lch(81.3 34.9 342.0) |
| OKLCH | oklch(0.852 0.101 343.7) |
Copy-ready code
/* CSS */
color: #feb4df;
background-color: #feb4df;
/* Tailwind (arbitrary) */
class="text-[#feb4df] bg-[#feb4df]"
/* SCSS */
$brand: #feb4df;
/* SwiftUI */
Color(red: 0.996, green: 0.706, blue: 0.875)
/* Android */
Color.parseColor("#feb4df")Accessibility — WCAG contrast
Aa
#feb4df on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb4df on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green70.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow12.2%
Key (black)0.4%
Color previews
#feb4df text on a black background
contrast 12.81:1
Card sample
#feb4df text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb4df;
Background color
Panel with #feb4df background
background-color: #feb4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 180, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 180, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb4df; background: linear-gradient(135deg, #feb4df, #FEBAB4);