#fec8ce
a pale, electric red · warm · closest name: pink
RGB
254, 200, 206
HSL
353°, 96%, 89%
CMYK
0, 21, 19, 0
Luminance
0.6684
Every format
| HEX | #fec8ce |
| RGB | rgb(254, 200, 206) |
| HSL | hsl(353, 96%, 89%) |
| CMYK | cmyk(0%, 21%, 19%, 0%) |
| LAB | lab(85.4 20.0 4.4) |
| LCH | lch(85.4 20.5 12.3) |
| OKLCH | oklch(0.882 0.062 10.9) |
Copy-ready code
/* CSS */
color: #fec8ce;
background-color: #fec8ce;
/* Tailwind (arbitrary) */
class="text-[#fec8ce] bg-[#fec8ce]"
/* SCSS */
$brand: #fec8ce;
/* SwiftUI */
Color(red: 0.996, green: 0.784, blue: 0.808)
/* Android */
Color.parseColor("#fec8ce")Accessibility — WCAG contrast
Aa
#fec8ce on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fec8ce on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green78.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta21.3%
Yellow18.9%
Key (black)0.4%
Color previews
#fec8ce text on a black background
contrast 14.37:1
Card sample
#fec8ce text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fec8ce;
Background color
Panel with #fec8ce background
background-color: #fec8ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fec8ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 200, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 200, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fec8ce; background: linear-gradient(135deg, #fec8ce, #FEE6C8);