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