#febada
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 186, 218
HSL
332°, 97%, 86%
CMYK
0, 27, 14, 0
Luminance
0.6125
Every format
| HEX | #febada |
| RGB | rgb(254, 186, 218) |
| HSL | hsl(332, 97%, 86%) |
| CMYK | cmyk(0%, 27%, 14%, 0%) |
| LAB | lab(82.5 29.2 -6.3) |
| LCH | lch(82.5 29.9 347.8) |
| OKLCH | oklch(0.861 0.088 349.3) |
Copy-ready code
/* CSS */
color: #febada;
background-color: #febada;
/* Tailwind (arbitrary) */
class="text-[#febada] bg-[#febada]"
/* SCSS */
$brand: #febada;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.855)
/* Android */
Color.parseColor("#febada")Accessibility — WCAG contrast
Aa
#febada on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febada on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow14.2%
Key (black)0.4%
Color previews
#febada text on a black background
contrast 13.25:1
Card sample
#febada text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febada;
Background color
Panel with #febada background
background-color: #febada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febada; background: linear-gradient(135deg, #febada, #FEC7BA);