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