#febace
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 186, 206
HSL
342°, 97%, 86%
CMYK
0, 27, 19, 0
Luminance
0.6064
Every format
| HEX | #febace |
| RGB | rgb(254, 186, 206) |
| HSL | hsl(342, 97%, 86%) |
| CMYK | cmyk(0%, 27%, 19%, 0%) |
| LAB | lab(82.2 27.4 -0.3) |
| LCH | lch(82.2 27.4 359.3) |
| OKLCH | oklch(0.857 0.082 359.7) |
Copy-ready code
/* CSS */
color: #febace;
background-color: #febace;
/* Tailwind (arbitrary) */
class="text-[#febace] bg-[#febace]"
/* SCSS */
$brand: #febace;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#febace")Accessibility — WCAG contrast
Aa
#febace on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febace on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow18.9%
Key (black)0.4%
Color previews
#febace text on a black background
contrast 13.13:1
Card sample
#febace text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febace;
Background color
Panel with #febace background
background-color: #febace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febace; background: linear-gradient(135deg, #febace, #FED3BA);