#fecee9
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 206, 233
HSL
326°, 96%, 90%
CMYK
0, 19, 8, 0
Luminance
0.7110
Every format
| HEX | #fecee9 |
| RGB | rgb(254, 206, 233) |
| HSL | hsl(326, 96%, 90%) |
| CMYK | cmyk(0%, 19%, 8%, 0%) |
| LAB | lab(87.5 21.2 -6.9) |
| LCH | lch(87.5 22.3 342.0) |
| OKLCH | oklch(0.901 0.064 343.6) |
Copy-ready code
/* CSS */
color: #fecee9;
background-color: #fecee9;
/* Tailwind (arbitrary) */
class="text-[#fecee9] bg-[#fecee9]"
/* SCSS */
$brand: #fecee9;
/* SwiftUI */
Color(red: 0.996, green: 0.808, blue: 0.914)
/* Android */
Color.parseColor("#fecee9")Accessibility — WCAG contrast
Aa
#fecee9 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fecee9 on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green80.8%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow8.3%
Key (black)0.4%
Color previews
#fecee9 text on a black background
contrast 15.22:1
Card sample
#fecee9 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fecee9;
Background color
Panel with #fecee9 background
background-color: #fecee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fecee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 206, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 206, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fecee9; background: linear-gradient(135deg, #fecee9, #FED3CE);