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