#fec9df
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 201, 223
HSL
335°, 96%, 89%
CMYK
0, 21, 12, 0
Luminance
0.6817
Every format
| HEX | #fec9df |
| RGB | rgb(254, 201, 223) |
| HSL | hsl(335, 96%, 89%) |
| CMYK | cmyk(0%, 21%, 12%, 0%) |
| LAB | lab(86.1 22.1 -3.7) |
| LCH | lch(86.1 22.4 350.5) |
| OKLCH | oklch(0.889 0.066 351.7) |
Copy-ready code
/* CSS */
color: #fec9df;
background-color: #fec9df;
/* Tailwind (arbitrary) */
class="text-[#fec9df] bg-[#fec9df]"
/* SCSS */
$brand: #fec9df;
/* SwiftUI */
Color(red: 0.996, green: 0.788, blue: 0.875)
/* Android */
Color.parseColor("#fec9df")Accessibility — WCAG contrast
Aa
#fec9df on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fec9df on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green78.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta20.9%
Yellow12.2%
Key (black)0.4%
Color previews
#fec9df text on a black background
contrast 14.63:1
Card sample
#fec9df text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fec9df;
Background color
Panel with #fec9df background
background-color: #fec9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fec9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 201, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 201, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fec9df; background: linear-gradient(135deg, #fec9df, #FED6C9);