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