#feb4cf
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 180, 207
HSL
338°, 97%, 85%
CMYK
0, 29, 19, 0
Luminance
0.5822
Every format
| HEX | #feb4cf |
| RGB | rgb(254, 180, 207) |
| HSL | hsl(338, 97%, 85%) |
| CMYK | cmyk(0%, 29%, 19%, 0%) |
| LAB | lab(80.9 30.7 -2.8) |
| LCH | lch(80.9 30.8 354.8) |
| OKLCH | oklch(0.847 0.092 355.6) |
Copy-ready code
/* CSS */
color: #feb4cf;
background-color: #feb4cf;
/* Tailwind (arbitrary) */
class="text-[#feb4cf] bg-[#feb4cf]"
/* SCSS */
$brand: #feb4cf;
/* SwiftUI */
Color(red: 0.996, green: 0.706, blue: 0.812)
/* Android */
Color.parseColor("#feb4cf")Accessibility — WCAG contrast
Aa
#feb4cf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb4cf on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green70.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow18.5%
Key (black)0.4%
Color previews
#feb4cf text on a black background
contrast 12.64:1
Card sample
#feb4cf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb4cf;
Background color
Panel with #feb4cf background
background-color: #feb4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 180, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 180, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb4cf; background: linear-gradient(135deg, #feb4cf, #FECAB4);