#febdee
a pale, electric magenta / pink · warm · closest name: plum
RGB
254, 189, 238
HSL
315°, 97%, 87%
CMYK
0, 26, 6, 0
Luminance
0.6364
Every format
| HEX | #febdee |
| RGB | rgb(254, 189, 238) |
| HSL | hsl(315, 97%, 87%) |
| CMYK | cmyk(0%, 26%, 6%, 0%) |
| LAB | lab(83.8 30.9 -15.1) |
| LCH | lch(83.8 34.4 333.9) |
| OKLCH | oklch(0.872 0.097 335.5) |
Copy-ready code
/* CSS */
color: #febdee;
background-color: #febdee;
/* Tailwind (arbitrary) */
class="text-[#febdee] bg-[#febdee]"
/* SCSS */
$brand: #febdee;
/* SwiftUI */
Color(red: 0.996, green: 0.741, blue: 0.933)
/* Android */
Color.parseColor("#febdee")Accessibility — WCAG contrast
Aa
#febdee on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febdee on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green74.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta25.6%
Yellow6.3%
Key (black)0.4%
Color previews
#febdee text on a black background
contrast 13.73:1
Card sample
#febdee text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febdee;
Background color
Panel with #febdee background
background-color: #febdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 189, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 189, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febdee; background: linear-gradient(135deg, #febdee, #FEBDC3);