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