#fcc5ba
a pale, electric red · warm · closest name: pink
RGB
252, 197, 186
HSL
10°, 92%, 86%
CMYK
0, 22, 26, 1
Luminance
0.6417
Every format
| HEX | #fcc5ba |
| RGB | rgb(252, 197, 186) |
| HSL | hsl(10, 92%, 86%) |
| CMYK | cmyk(0%, 22%, 26%, 1%) |
| LAB | lab(84.1 18.0 13.0) |
| LCH | lch(84.1 22.3 35.9) |
| OKLCH | oklch(0.869 0.065 31.4) |
Copy-ready code
/* CSS */
color: #fcc5ba;
background-color: #fcc5ba;
/* Tailwind (arbitrary) */
class="text-[#fcc5ba] bg-[#fcc5ba]"
/* SCSS */
$brand: #fcc5ba;
/* SwiftUI */
Color(red: 0.988, green: 0.773, blue: 0.729)
/* Android */
Color.parseColor("#fcc5ba")Accessibility — WCAG contrast
Aa
#fcc5ba on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc5ba on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green77.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow26.2%
Key (black)1.2%
Color previews
#fcc5ba text on a black background
contrast 13.83:1
Card sample
#fcc5ba text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc5ba;
Background color
Panel with #fcc5ba background
background-color: #fcc5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 197, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 197, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc5ba; background: linear-gradient(135deg, #fcc5ba, #FCF1BA);