#fecce3
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 204, 227
HSL
332°, 96%, 90%
CMYK
0, 20, 11, 0
Luminance
0.6980
Every format
| HEX | #fecce3 |
| RGB | rgb(254, 204, 227) |
| HSL | hsl(332, 96%, 90%) |
| CMYK | cmyk(0%, 20%, 11%, 0%) |
| LAB | lab(86.9 21.2 -4.6) |
| LCH | lch(86.9 21.7 347.7) |
| OKLCH | oklch(0.895 0.064 349.1) |
Copy-ready code
/* CSS */
color: #fecce3;
background-color: #fecce3;
/* Tailwind (arbitrary) */
class="text-[#fecce3] bg-[#fecce3]"
/* SCSS */
$brand: #fecce3;
/* SwiftUI */
Color(red: 0.996, green: 0.800, blue: 0.890)
/* Android */
Color.parseColor("#fecce3")Accessibility — WCAG contrast
Aa
#fecce3 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fecce3 on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green80.0%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow10.6%
Key (black)0.4%
Color previews
#fecce3 text on a black background
contrast 14.96:1
Card sample
#fecce3 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fecce3;
Background color
Panel with #fecce3 background
background-color: #fecce3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fecce3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 204, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 204, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fecce3; background: linear-gradient(135deg, #fecce3, #FED6CC);