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