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