#fccc79
a light, electric orange · warm · closest name: khaki
RGB
252, 204, 121
HSL
38°, 96%, 73%
CMYK
0, 19, 52, 1
Luminance
0.6526
Every format
| HEX | #fccc79 |
| RGB | rgb(252, 204, 121) |
| HSL | hsl(38, 96%, 73%) |
| CMYK | cmyk(0%, 19%, 52%, 1%) |
| LAB | lab(84.6 7.2 47.5) |
| LCH | lch(84.6 48.0 81.3) |
| OKLCH | oklch(0.870 0.115 80.0) |
Copy-ready code
/* CSS */
color: #fccc79;
background-color: #fccc79;
/* Tailwind (arbitrary) */
class="text-[#fccc79] bg-[#fccc79]"
/* SCSS */
$brand: #fccc79;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.475)
/* Android */
Color.parseColor("#fccc79")Accessibility — WCAG contrast
Aa
#fccc79 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccc79 on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow52.0%
Key (black)1.2%
Color previews
#fccc79 text on a black background
contrast 14.05:1
Card sample
#fccc79 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccc79;
Background color
Panel with #fccc79 background
background-color: #fccc79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccc79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccc79; background: linear-gradient(135deg, #fccc79, #D5FC79);