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