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