#fcc8ba
a pale, electric red · warm · closest name: pink
RGB
252, 200, 186
HSL
13°, 92%, 86%
CMYK
0, 21, 26, 1
Luminance
0.6555
Every format
| HEX | #fcc8ba |
| RGB | rgb(252, 200, 186) |
| HSL | hsl(13, 92%, 86%) |
| CMYK | cmyk(0%, 21%, 26%, 1%) |
| LAB | lab(84.8 16.5 14.0) |
| LCH | lch(84.8 21.6 40.4) |
| OKLCH | oklch(0.875 0.063 35.5) |
Copy-ready code
/* CSS */
color: #fcc8ba;
background-color: #fcc8ba;
/* Tailwind (arbitrary) */
class="text-[#fcc8ba] bg-[#fcc8ba]"
/* SCSS */
$brand: #fcc8ba;
/* SwiftUI */
Color(red: 0.988, green: 0.784, blue: 0.729)
/* Android */
Color.parseColor("#fcc8ba")Accessibility — WCAG contrast
Aa
#fcc8ba on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc8ba on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green78.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow26.2%
Key (black)1.2%
Color previews
#fcc8ba text on a black background
contrast 14.11:1
Card sample
#fcc8ba text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc8ba;
Background color
Panel with #fcc8ba background
background-color: #fcc8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 200, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 200, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc8ba; background: linear-gradient(135deg, #fcc8ba, #FCF4BA);