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