#fecabf
a pale, electric red · warm · closest name: pink
RGB
254, 202, 191
HSL
11°, 97%, 87%
CMYK
0, 21, 25, 0
Luminance
0.6707
Every format
| HEX | #fecabf |
| RGB | rgb(254, 202, 191) |
| HSL | hsl(11, 97%, 87%) |
| CMYK | cmyk(0%, 21%, 25%, 0%) |
| LAB | lab(85.5 16.8 12.5) |
| LCH | lch(85.5 21.0 36.6) |
| OKLCH | oklch(0.882 0.061 32.1) |
Copy-ready code
/* CSS */
color: #fecabf;
background-color: #fecabf;
/* Tailwind (arbitrary) */
class="text-[#fecabf] bg-[#fecabf]"
/* SCSS */
$brand: #fecabf;
/* SwiftUI */
Color(red: 0.996, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#fecabf")Accessibility — WCAG contrast
Aa
#fecabf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fecabf on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green79.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta20.5%
Yellow24.8%
Key (black)0.4%
Color previews
#fecabf text on a black background
contrast 14.41:1
Card sample
#fecabf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fecabf;
Background color
Panel with #fecabf background
background-color: #fecabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fecabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fecabf; background: linear-gradient(135deg, #fecabf, #FEF4BF);