#cccd02
a dark, electric yellow · cool · closest name: gold
RGB
204, 205, 2
HSL
60°, 98%, 41%
CMYK
1, 0, 99, 20
Luminance
0.5650
Every format
| HEX | #cccd02 |
| RGB | rgb(204, 205, 2) |
| HSL | hsl(60, 98%, 41%) |
| CMYK | cmyk(1%, 0%, 99%, 20%) |
| LAB | lab(79.9 -18.7 79.9) |
| LCH | lch(79.9 82.0 103.2) |
| OKLCH | oklch(0.820 0.179 110.1) |
Copy-ready code
/* CSS */
color: #cccd02;
background-color: #cccd02;
/* Tailwind (arbitrary) */
class="text-[#cccd02] bg-[#cccd02]"
/* SCSS */
$brand: #cccd02;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.008)
/* Android */
Color.parseColor("#cccd02")Accessibility — WCAG contrast
Aa
#cccd02 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccd02 on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue0.8%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow99.0%
Key (black)19.6%
Color previews
#cccd02 text on a black background
contrast 12.30:1
Card sample
#cccd02 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccd02;
Background color
Panel with #cccd02 background
background-color: #cccd02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccd02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccd02; background: linear-gradient(135deg, #cccd02, #45CD02);