#fccc5f
a light, electric yellow · warm · closest name: khaki
RGB
252, 204, 95
HSL
42°, 96%, 68%
CMYK
0, 19, 62, 1
Luminance
0.6471
Every format
| HEX | #fccc5f |
| RGB | rgb(252, 204, 95) |
| HSL | hsl(42, 96%, 68%) |
| CMYK | cmyk(0%, 19%, 62%, 1%) |
| LAB | lab(84.3 5.3 59.4) |
| LCH | lch(84.3 59.6 84.9) |
| OKLCH | oklch(0.867 0.137 85.3) |
Copy-ready code
/* CSS */
color: #fccc5f;
background-color: #fccc5f;
/* Tailwind (arbitrary) */
class="text-[#fccc5f] bg-[#fccc5f]"
/* SCSS */
$brand: #fccc5f;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.373)
/* Android */
Color.parseColor("#fccc5f")Accessibility — WCAG contrast
Aa
#fccc5f on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccc5f on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow62.3%
Key (black)1.2%
Color previews
#fccc5f text on a black background
contrast 13.94:1
Card sample
#fccc5f text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccc5f;
Background color
Panel with #fccc5f background
background-color: #fccc5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccc5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccc5f; background: linear-gradient(135deg, #fccc5f, #C3FC5F);