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