#febadc
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 186, 220
HSL
330°, 97%, 86%
CMYK
0, 27, 13, 0
Luminance
0.6136
Every format
| HEX | #febadc |
| RGB | rgb(254, 186, 220) |
| HSL | hsl(330, 97%, 86%) |
| CMYK | cmyk(0%, 27%, 13%, 0%) |
| LAB | lab(82.6 29.5 -7.3) |
| LCH | lch(82.6 30.4 346.1) |
| OKLCH | oklch(0.861 0.089 347.7) |
Copy-ready code
/* CSS */
color: #febadc;
background-color: #febadc;
/* Tailwind (arbitrary) */
class="text-[#febadc] bg-[#febadc]"
/* SCSS */
$brand: #febadc;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.863)
/* Android */
Color.parseColor("#febadc")Accessibility — WCAG contrast
Aa
#febadc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febadc on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow13.4%
Key (black)0.4%
Color previews
#febadc text on a black background
contrast 13.27:1
Card sample
#febadc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febadc;
Background color
Panel with #febadc background
background-color: #febadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febadc; background: linear-gradient(135deg, #febadc, #FEC5BA);