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