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