#fccc7c
a light, electric orange · warm · closest name: khaki
RGB
252, 204, 124
HSL
38°, 96%, 74%
CMYK
0, 19, 51, 1
Luminance
0.6534
Every format
| HEX | #fccc7c |
| RGB | rgb(252, 204, 124) |
| HSL | hsl(38, 96%, 74%) |
| CMYK | cmyk(0%, 19%, 51%, 1%) |
| LAB | lab(84.7 7.5 46.0) |
| LCH | lch(84.7 46.6 80.7) |
| OKLCH | oklch(0.871 0.112 79.2) |
Copy-ready code
/* CSS */
color: #fccc7c;
background-color: #fccc7c;
/* Tailwind (arbitrary) */
class="text-[#fccc7c] bg-[#fccc7c]"
/* SCSS */
$brand: #fccc7c;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.486)
/* Android */
Color.parseColor("#fccc7c")Accessibility — WCAG contrast
Aa
#fccc7c on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccc7c on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow50.8%
Key (black)1.2%
Color previews
#fccc7c text on a black background
contrast 14.07:1
Card sample
#fccc7c text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccc7c;
Background color
Panel with #fccc7c background
background-color: #fccc7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccc7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccc7c; background: linear-gradient(135deg, #fccc7c, #D7FC7C);