#febaec
a pale, electric magenta / pink · warm · closest name: plum
RGB
254, 186, 236
HSL
316°, 97%, 86%
CMYK
0, 27, 7, 0
Luminance
0.6224
Every format
| HEX | #febaec |
| RGB | rgb(254, 186, 236) |
| HSL | hsl(316, 97%, 86%) |
| CMYK | cmyk(0%, 27%, 7%, 0%) |
| LAB | lab(83.0 32.2 -15.2) |
| LCH | lch(83.0 35.6 334.8) |
| OKLCH | oklch(0.866 0.101 336.4) |
Copy-ready code
/* CSS */
color: #febaec;
background-color: #febaec;
/* Tailwind (arbitrary) */
class="text-[#febaec] bg-[#febaec]"
/* SCSS */
$brand: #febaec;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.925)
/* Android */
Color.parseColor("#febaec")Accessibility — WCAG contrast
Aa
#febaec on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febaec on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow7.1%
Key (black)0.4%
Color previews
#febaec text on a black background
contrast 13.45:1
Card sample
#febaec text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febaec;
Background color
Panel with #febaec background
background-color: #febaec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febaec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febaec; background: linear-gradient(135deg, #febaec, #FEBABF);