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