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