#fcc0bc
a pale, electric red · warm · closest name: pink
RGB
252, 192, 188
HSL
4°, 91%, 86%
CMYK
0, 24, 25, 1
Luminance
0.6203
Every format
| HEX | #fcc0bc |
| RGB | rgb(252, 192, 188) |
| HSL | hsl(4, 91%, 86%) |
| CMYK | cmyk(0%, 24%, 25%, 1%) |
| LAB | lab(82.9 20.9 10.4) |
| LCH | lch(82.9 23.4 26.4) |
| OKLCH | oklch(0.861 0.070 23.0) |
Copy-ready code
/* CSS */
color: #fcc0bc;
background-color: #fcc0bc;
/* Tailwind (arbitrary) */
class="text-[#fcc0bc] bg-[#fcc0bc]"
/* SCSS */
$brand: #fcc0bc;
/* SwiftUI */
Color(red: 0.988, green: 0.753, blue: 0.737)
/* Android */
Color.parseColor("#fcc0bc")Accessibility — WCAG contrast
Aa
#fcc0bc on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc0bc on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green75.3%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow25.4%
Key (black)1.2%
Color previews
#fcc0bc text on a black background
contrast 13.41:1
Card sample
#fcc0bc text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc0bc;
Background color
Panel with #fcc0bc background
background-color: #fcc0bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc0bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 192, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 192, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc0bc; background: linear-gradient(135deg, #fcc0bc, #FCEBBC);