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