#fccc8c
a light, electric orange · warm · closest name: tan
RGB
252, 204, 140
HSL
34°, 95%, 77%
CMYK
0, 19, 44, 1
Luminance
0.6577
Every format
| HEX | #fccc8c |
| RGB | rgb(252, 204, 140) |
| HSL | hsl(34, 95%, 77%) |
| CMYK | cmyk(0%, 19%, 44%, 1%) |
| LAB | lab(84.9 9.0 38.3) |
| LCH | lch(84.9 39.3 76.8) |
| OKLCH | oklch(0.873 0.098 74.0) |
Copy-ready code
/* CSS */
color: #fccc8c;
background-color: #fccc8c;
/* Tailwind (arbitrary) */
class="text-[#fccc8c] bg-[#fccc8c]"
/* SCSS */
$brand: #fccc8c;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.549)
/* Android */
Color.parseColor("#fccc8c")Accessibility — WCAG contrast
Aa
#fccc8c on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccc8c on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow44.4%
Key (black)1.2%
Color previews
#fccc8c text on a black background
contrast 14.15:1
Card sample
#fccc8c text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccc8c;
Background color
Panel with #fccc8c background
background-color: #fccc8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccc8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccc8c; background: linear-gradient(135deg, #fccc8c, #E1FC8C);