#fec4df
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 196, 223
HSL
332°, 97%, 88%
CMYK
0, 23, 12, 0
Luminance
0.6588
Every format
| HEX | #fec4df |
| RGB | rgb(254, 196, 223) |
| HSL | hsl(332, 97%, 88%) |
| CMYK | cmyk(0%, 23%, 12%, 0%) |
| LAB | lab(84.9 24.8 -5.4) |
| LCH | lch(84.9 25.4 347.7) |
| OKLCH | oklch(0.880 0.074 349.1) |
Copy-ready code
/* CSS */
color: #fec4df;
background-color: #fec4df;
/* Tailwind (arbitrary) */
class="text-[#fec4df] bg-[#fec4df]"
/* SCSS */
$brand: #fec4df;
/* SwiftUI */
Color(red: 0.996, green: 0.769, blue: 0.875)
/* Android */
Color.parseColor("#fec4df")Accessibility — WCAG contrast
Aa
#fec4df on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fec4df on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green76.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow12.2%
Key (black)0.4%
Color previews
#fec4df text on a black background
contrast 14.18:1
Card sample
#fec4df text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fec4df;
Background color
Panel with #fec4df background
background-color: #fec4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fec4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 196, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 196, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fec4df; background: linear-gradient(135deg, #fec4df, #FED0C4);