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