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