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