#fccc6c
a light, electric yellow · warm · closest name: khaki
RGB
252, 204, 108
HSL
40°, 96%, 71%
CMYK
0, 19, 57, 1
Luminance
0.6496
Every format
| HEX | #fccc6c |
| RGB | rgb(252, 204, 108) |
| HSL | hsl(40, 96%, 71%) |
| CMYK | cmyk(0%, 19%, 57%, 1%) |
| LAB | lab(84.5 6.2 53.5) |
| LCH | lch(84.5 53.9 83.4) |
| OKLCH | oklch(0.868 0.126 83.0) |
Copy-ready code
/* CSS */
color: #fccc6c;
background-color: #fccc6c;
/* Tailwind (arbitrary) */
class="text-[#fccc6c] bg-[#fccc6c]"
/* SCSS */
$brand: #fccc6c;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.424)
/* Android */
Color.parseColor("#fccc6c")Accessibility — WCAG contrast
Aa
#fccc6c on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccc6c on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow57.1%
Key (black)1.2%
Color previews
#fccc6c text on a black background
contrast 13.99:1
Card sample
#fccc6c text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccc6c;
Background color
Panel with #fccc6c background
background-color: #fccc6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccc6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccc6c; background: linear-gradient(135deg, #fccc6c, #CCFC6C);