#fccc9c
a light, electric orange · warm · closest name: tan
RGB
252, 204, 156
HSL
30°, 94%, 80%
CMYK
0, 19, 38, 1
Luminance
0.6628
Every format
| HEX | #fccc9c |
| RGB | rgb(252, 204, 156) |
| HSL | hsl(30, 94%, 80%) |
| CMYK | cmyk(0%, 19%, 38%, 1%) |
| LAB | lab(85.1 10.7 30.3) |
| LCH | lch(85.1 32.2 70.6) |
| OKLCH | oklch(0.876 0.083 66.4) |
Copy-ready code
/* CSS */
color: #fccc9c;
background-color: #fccc9c;
/* Tailwind (arbitrary) */
class="text-[#fccc9c] bg-[#fccc9c]"
/* SCSS */
$brand: #fccc9c;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.612)
/* Android */
Color.parseColor("#fccc9c")Accessibility — WCAG contrast
Aa
#fccc9c on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccc9c on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow38.1%
Key (black)1.2%
Color previews
#fccc9c text on a black background
contrast 14.26:1
Card sample
#fccc9c text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccc9c;
Background color
Panel with #fccc9c background
background-color: #fccc9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccc9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccc9c; background: linear-gradient(135deg, #fccc9c, #ECFC9C);