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