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