#fecce9
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 204, 233
HSL
325°, 96%, 90%
CMYK
0, 20, 8, 0
Luminance
0.7014
Every format
| HEX | #fecce9 |
| RGB | rgb(254, 204, 233) |
| HSL | hsl(325, 96%, 90%) |
| CMYK | cmyk(0%, 20%, 8%, 0%) |
| LAB | lab(87.1 22.2 -7.6) |
| LCH | lch(87.1 23.5 341.2) |
| OKLCH | oklch(0.897 0.067 342.8) |
Copy-ready code
/* CSS */
color: #fecce9;
background-color: #fecce9;
/* Tailwind (arbitrary) */
class="text-[#fecce9] bg-[#fecce9]"
/* SCSS */
$brand: #fecce9;
/* SwiftUI */
Color(red: 0.996, green: 0.800, blue: 0.914)
/* Android */
Color.parseColor("#fecce9")Accessibility — WCAG contrast
Aa
#fecce9 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fecce9 on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green80.0%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow8.3%
Key (black)0.4%
Color previews
#fecce9 text on a black background
contrast 15.03:1
Card sample
#fecce9 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fecce9;
Background color
Panel with #fecce9 background
background-color: #fecce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fecce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 204, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 204, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fecce9; background: linear-gradient(135deg, #fecce9, #FED0CC);