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