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