#fccc70
a light, electric orange · warm · closest name: khaki
RGB
252, 204, 112
HSL
39°, 96%, 71%
CMYK
0, 19, 56, 1
Luminance
0.6505
Every format
| HEX | #fccc70 |
| RGB | rgb(252, 204, 112) |
| HSL | hsl(39, 96%, 71%) |
| CMYK | cmyk(0%, 19%, 56%, 1%) |
| LAB | lab(84.5 6.5 51.7) |
| LCH | lch(84.5 52.1 82.8) |
| OKLCH | oklch(0.869 0.123 82.2) |
Copy-ready code
/* CSS */
color: #fccc70;
background-color: #fccc70;
/* Tailwind (arbitrary) */
class="text-[#fccc70] bg-[#fccc70]"
/* SCSS */
$brand: #fccc70;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.439)
/* Android */
Color.parseColor("#fccc70")Accessibility — WCAG contrast
Aa
#fccc70 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccc70 on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow55.6%
Key (black)1.2%
Color previews
#fccc70 text on a black background
contrast 14.01:1
Card sample
#fccc70 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccc70;
Background color
Panel with #fccc70 background
background-color: #fccc70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccc70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccc70; background: linear-gradient(135deg, #fccc70, #CFFC70);