#ccc820
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 200, 32
HSL
59°, 73%, 46%
CMYK
0, 2, 84, 20
Luminance
0.5425
Every format
| HEX | #ccc820 |
| RGB | rgb(204, 200, 32) |
| HSL | hsl(59, 73%, 46%) |
| CMYK | cmyk(0%, 2%, 84%, 20%) |
| LAB | lab(78.6 -15.8 74.7) |
| LCH | lch(78.6 76.3 101.9) |
| OKLCH | oklch(0.810 0.168 108.1) |
Copy-ready code
/* CSS */
color: #ccc820;
background-color: #ccc820;
/* Tailwind (arbitrary) */
class="text-[#ccc820] bg-[#ccc820]"
/* SCSS */
$brand: #ccc820;
/* SwiftUI */
Color(red: 0.800, green: 0.784, blue: 0.125)
/* Android */
Color.parseColor("#ccc820")Accessibility — WCAG contrast
Aa
#ccc820 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc820 on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.4%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow84.3%
Key (black)20.0%
Color previews
#ccc820 text on a black background
contrast 11.85:1
Card sample
#ccc820 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc820;
Background color
Panel with #ccc820 background
background-color: #ccc820;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc820;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 200, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 200, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc820; background: linear-gradient(135deg, #ccc820, #5DCC20);