#febaf5
a pale, electric magenta / pink · warm · closest name: plum
RGB
254, 186, 245
HSL
308°, 97%, 86%
CMYK
0, 27, 4, 0
Luminance
0.6278
Every format
| HEX | #febaf5 |
| RGB | rgb(254, 186, 245) |
| HSL | hsl(308, 97%, 86%) |
| CMYK | cmyk(0%, 27%, 4%, 0%) |
| LAB | lab(83.3 33.7 -19.6) |
| LCH | lch(83.3 39.0 329.9) |
| OKLCH | oklch(0.870 0.108 331.1) |
Copy-ready code
/* CSS */
color: #febaf5;
background-color: #febaf5;
/* Tailwind (arbitrary) */
class="text-[#febaf5] bg-[#febaf5]"
/* SCSS */
$brand: #febaf5;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.961)
/* Android */
Color.parseColor("#febaf5")Accessibility — WCAG contrast
Aa
#febaf5 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febaf5 on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow3.5%
Key (black)0.4%
Color previews
#febaf5 text on a black background
contrast 13.56:1
Card sample
#febaf5 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febaf5;
Background color
Panel with #febaf5 background
background-color: #febaf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febaf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febaf5; background: linear-gradient(135deg, #febaf5, #FEBAC8);