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