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