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