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