#fec0ce
a pale, electric red · warm · “pink”
RGB
254, 192, 206
HSL
347°, 97%, 88%
CMYK
0, 24, 19, 0
Luminance
0.6323
Every format
| HEX | #fec0ce |
| RGB | rgb(254, 192, 206) |
| HSL | hsl(347, 97%, 88%) |
| CMYK | cmyk(0%, 24%, 19%, 0%) |
| LAB | lab(83.6 24.2 1.7) |
| LCH | lch(83.6 24.3 3.9) |
| OKLCH | oklch(0.868 0.073 3.7) |
Copy-ready code
/* CSS */
color: #fec0ce;
background-color: #fec0ce;
/* Tailwind (arbitrary) */
class="text-[#fec0ce] bg-[#fec0ce]"
/* SCSS */
$brand: #fec0ce;
/* SwiftUI */
Color(red: 0.996, green: 0.753, blue: 0.808)
/* Android */
Color.parseColor("#fec0ce")Accessibility — WCAG contrast
Aa
#fec0ce on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fec0ce on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green75.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow18.9%
Key (black)0.4%
Color previews
#fec0ce text on a black background
contrast 13.65:1
Card sample
#fec0ce text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fec0ce;
Background color
Panel with #fec0ce background
background-color: #fec0ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fec0ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 192, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 192, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fec0ce; background: linear-gradient(135deg, #fec0ce, #FEDCC0);