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