#fccabf
a pale, electric red · warm · closest name: pink
RGB
252, 202, 191
HSL
11°, 91%, 87%
CMYK
0, 20, 24, 1
Luminance
0.6670
Every format
| HEX | #fccabf |
| RGB | rgb(252, 202, 191) |
| HSL | hsl(11, 91%, 87%) |
| CMYK | cmyk(0%, 20%, 24%, 1%) |
| LAB | lab(85.3 16.1 12.2) |
| LCH | lch(85.3 20.2 37.2) |
| OKLCH | oklch(0.880 0.059 32.6) |
Copy-ready code
/* CSS */
color: #fccabf;
background-color: #fccabf;
/* Tailwind (arbitrary) */
class="text-[#fccabf] bg-[#fccabf]"
/* SCSS */
$brand: #fccabf;
/* SwiftUI */
Color(red: 0.988, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#fccabf")Accessibility — WCAG contrast
Aa
#fccabf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccabf on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta19.8%
Yellow24.2%
Key (black)1.2%
Color previews
#fccabf text on a black background
contrast 14.34:1
Card sample
#fccabf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccabf;
Background color
Panel with #fccabf background
background-color: #fccabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccabf; background: linear-gradient(135deg, #fccabf, #FCF3BF);