#ccc02c
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 192, 44
HSL
56°, 65%, 49%
CMYK
0, 6, 78, 20
Luminance
0.5072
Every format
| HEX | #ccc02c |
| RGB | rgb(204, 192, 44) |
| HSL | hsl(56, 65%, 49%) |
| CMYK | cmyk(0%, 6%, 78%, 20%) |
| LAB | lab(76.5 -11.3 69.7) |
| LCH | lch(76.5 70.7 99.2) |
| OKLCH | oklch(0.794 0.156 104.5) |
Copy-ready code
/* CSS */
color: #ccc02c;
background-color: #ccc02c;
/* Tailwind (arbitrary) */
class="text-[#ccc02c] bg-[#ccc02c]"
/* SCSS */
$brand: #ccc02c;
/* SwiftUI */
Color(red: 0.800, green: 0.753, blue: 0.173)
/* Android */
Color.parseColor("#ccc02c")Accessibility — WCAG contrast
Aa
#ccc02c on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc02c on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.3%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow78.4%
Key (black)20.0%
Color previews
#ccc02c text on a black background
contrast 11.14:1
Card sample
#ccc02c text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc02c;
Background color
Panel with #ccc02c background
background-color: #ccc02c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc02c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 192, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 192, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc02c; background: linear-gradient(135deg, #ccc02c, #6DCC2C);