#cccd3a
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 205, 58
HSL
60°, 60%, 52%
CMYK
1, 0, 72, 20
Luminance
0.5681
Every format
| HEX | #cccd3a |
| RGB | rgb(204, 205, 58) |
| HSL | hsl(60, 60%, 52%) |
| CMYK | cmyk(1%, 0%, 72%, 20%) |
| LAB | lab(80.1 -17.3 68.5) |
| LCH | lch(80.1 70.7 104.2) |
| OKLCH | oklch(0.822 0.161 109.9) |
Copy-ready code
/* CSS */
color: #cccd3a;
background-color: #cccd3a;
/* Tailwind (arbitrary) */
class="text-[#cccd3a] bg-[#cccd3a]"
/* SCSS */
$brand: #cccd3a;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.227)
/* Android */
Color.parseColor("#cccd3a")Accessibility — WCAG contrast
Aa
#cccd3a on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccd3a on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue22.7%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow71.7%
Key (black)19.6%
Color previews
#cccd3a text on a black background
contrast 12.36:1
Card sample
#cccd3a text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccd3a;
Background color
Panel with #cccd3a background
background-color: #cccd3a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccd3a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccd3a; background: linear-gradient(135deg, #cccd3a, #6ACD3A);