#fcccb4
a light, electric orange · warm · closest name: tan
RGB
252, 204, 180
HSL
20°, 92%, 85%
CMYK
0, 19, 29, 1
Luminance
0.6718
Every format
| HEX | #fcccb4 |
| RGB | rgb(252, 204, 180) |
| HSL | hsl(20, 92%, 85%) |
| CMYK | cmyk(0%, 19%, 29%, 1%) |
| LAB | lab(85.6 13.6 18.4) |
| LCH | lch(85.6 22.9 53.5) |
| OKLCH | oklch(0.881 0.064 48.0) |
Copy-ready code
/* CSS */
color: #fcccb4;
background-color: #fcccb4;
/* Tailwind (arbitrary) */
class="text-[#fcccb4] bg-[#fcccb4]"
/* SCSS */
$brand: #fcccb4;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.706)
/* Android */
Color.parseColor("#fcccb4")Accessibility — WCAG contrast
Aa
#fcccb4 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcccb4 on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow28.6%
Key (black)1.2%
Color previews
#fcccb4 text on a black background
contrast 14.44:1
Card sample
#fcccb4 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcccb4;
Background color
Panel with #fcccb4 background
background-color: #fcccb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcccb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcccb4; background: linear-gradient(135deg, #fcccb4, #FCFCB4);