#febdf8
a pale, electric magenta / pink · warm · closest name: plum
RGB
254, 189, 248
HSL
306°, 97%, 87%
CMYK
0, 26, 2, 0
Luminance
0.6424
Every format
| HEX | #febdf8 |
| RGB | rgb(254, 189, 248) |
| HSL | hsl(306, 97%, 87%) |
| CMYK | cmyk(0%, 26%, 2%, 0%) |
| LAB | lab(84.1 32.7 -20.0) |
| LCH | lch(84.1 38.3 328.5) |
| OKLCH | oklch(0.876 0.106 329.6) |
Copy-ready code
/* CSS */
color: #febdf8;
background-color: #febdf8;
/* Tailwind (arbitrary) */
class="text-[#febdf8] bg-[#febdf8]"
/* SCSS */
$brand: #febdf8;
/* SwiftUI */
Color(red: 0.996, green: 0.741, blue: 0.973)
/* Android */
Color.parseColor("#febdf8")Accessibility — WCAG contrast
Aa
#febdf8 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febdf8 on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green74.1%
Blue97.3%
CMYK percentages
Cyan0.0%
Magenta25.6%
Yellow2.4%
Key (black)0.4%
Color previews
#febdf8 text on a black background
contrast 13.85:1
Card sample
#febdf8 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febdf8;
Background color
Panel with #febdf8 background
background-color: #febdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 189, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 189, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febdf8; background: linear-gradient(135deg, #febdf8, #FEBDCD);