#fccdbf
a pale, electric red · warm · closest name: pink
RGB
252, 205, 191
HSL
14°, 91%, 87%
CMYK
0, 19, 24, 1
Luminance
0.6812
Every format
| HEX | #fccdbf |
| RGB | rgb(252, 205, 191) |
| HSL | hsl(14, 91%, 87%) |
| CMYK | cmyk(0%, 19%, 24%, 1%) |
| LAB | lab(86.1 14.5 13.2) |
| LCH | lch(86.1 19.7 42.3) |
| OKLCH | oklch(0.885 0.057 37.2) |
Copy-ready code
/* CSS */
color: #fccdbf;
background-color: #fccdbf;
/* Tailwind (arbitrary) */
class="text-[#fccdbf] bg-[#fccdbf]"
/* SCSS */
$brand: #fccdbf;
/* SwiftUI */
Color(red: 0.988, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#fccdbf")Accessibility — WCAG contrast
Aa
#fccdbf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccdbf on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta18.7%
Yellow24.2%
Key (black)1.2%
Color previews
#fccdbf text on a black background
contrast 14.62:1
Card sample
#fccdbf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccdbf;
Background color
Panel with #fccdbf background
background-color: #fccdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccdbf; background: linear-gradient(135deg, #fccdbf, #FCF6BF);