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