#fcccba
a pale, electric orange · warm · closest name: pink
RGB
252, 204, 186
HSL
16°, 92%, 86%
CMYK
0, 19, 26, 1
Luminance
0.6743
Every format
| HEX | #fcccba |
| RGB | rgb(252, 204, 186) |
| HSL | hsl(16, 92%, 86%) |
| CMYK | cmyk(0%, 19%, 26%, 1%) |
| LAB | lab(85.7 14.4 15.4) |
| LCH | lch(85.7 21.1 47.0) |
| OKLCH | oklch(0.882 0.060 41.6) |
Copy-ready code
/* CSS */
color: #fcccba;
background-color: #fcccba;
/* Tailwind (arbitrary) */
class="text-[#fcccba] bg-[#fcccba]"
/* SCSS */
$brand: #fcccba;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#fcccba")Accessibility — WCAG contrast
Aa
#fcccba on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcccba on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow26.2%
Key (black)1.2%
Color previews
#fcccba text on a black background
contrast 14.49:1
Card sample
#fcccba text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcccba;
Background color
Panel with #fcccba background
background-color: #fcccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcccba; background: linear-gradient(135deg, #fcccba, #FCF8BA);