#feceef
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 206, 239
HSL
319°, 96%, 90%
CMYK
0, 19, 6, 0
Luminance
0.7145
Every format
| HEX | #feceef |
| RGB | rgb(254, 206, 239) |
| HSL | hsl(319, 96%, 90%) |
| CMYK | cmyk(0%, 19%, 6%, 0%) |
| LAB | lab(87.7 22.2 -9.8) |
| LCH | lch(87.7 24.2 336.2) |
| OKLCH | oklch(0.902 0.069 337.8) |
Copy-ready code
/* CSS */
color: #feceef;
background-color: #feceef;
/* Tailwind (arbitrary) */
class="text-[#feceef] bg-[#feceef]"
/* SCSS */
$brand: #feceef;
/* SwiftUI */
Color(red: 0.996, green: 0.808, blue: 0.937)
/* Android */
Color.parseColor("#feceef")Accessibility — WCAG contrast
Aa
#feceef on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feceef on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green80.8%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow5.9%
Key (black)0.4%
Color previews
#feceef text on a black background
contrast 15.29:1
Card sample
#feceef text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feceef;
Background color
Panel with #feceef background
background-color: #feceef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feceef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 206, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 206, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feceef; background: linear-gradient(135deg, #feceef, #FECECF);