#feccce
a pale, electric red · warm · closest name: pink
RGB
254, 204, 206
HSL
358°, 96%, 90%
CMYK
0, 20, 19, 0
Luminance
0.6871
Every format
| HEX | #feccce |
| RGB | rgb(254, 204, 206) |
| HSL | hsl(358, 96%, 90%) |
| CMYK | cmyk(0%, 20%, 19%, 0%) |
| LAB | lab(86.4 17.9 5.7) |
| LCH | lch(86.4 18.8 17.7) |
| OKLCH | oklch(0.889 0.057 15.6) |
Copy-ready code
/* CSS */
color: #feccce;
background-color: #feccce;
/* Tailwind (arbitrary) */
class="text-[#feccce] bg-[#feccce]"
/* SCSS */
$brand: #feccce;
/* SwiftUI */
Color(red: 0.996, green: 0.800, blue: 0.808)
/* Android */
Color.parseColor("#feccce")Accessibility — WCAG contrast
Aa
#feccce on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feccce on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green80.0%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow18.9%
Key (black)0.4%
Color previews
#feccce text on a black background
contrast 14.74:1
Card sample
#feccce text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feccce;
Background color
Panel with #feccce background
background-color: #feccce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feccce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 204, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 204, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feccce; background: linear-gradient(135deg, #feccce, #FEEBCC);