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