#cccc2d
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 204, 45
HSL
60°, 64%, 49%
CMYK
0, 0, 78, 20
Luminance
0.5621
Every format
| HEX | #cccc2d |
| RGB | rgb(204, 204, 45) |
| HSL | hsl(60, 64%, 49%) |
| CMYK | cmyk(0%, 0%, 78%, 20%) |
| LAB | lab(79.7 -17.4 72.3) |
| LCH | lch(79.7 74.4 103.5) |
| OKLCH | oklch(0.819 0.167 109.6) |
Copy-ready code
/* CSS */
color: #cccc2d;
background-color: #cccc2d;
/* Tailwind (arbitrary) */
class="text-[#cccc2d] bg-[#cccc2d]"
/* SCSS */
$brand: #cccc2d;
/* SwiftUI */
Color(red: 0.800, green: 0.800, blue: 0.176)
/* Android */
Color.parseColor("#cccc2d")Accessibility — WCAG contrast
Aa
#cccc2d on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccc2d on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.0%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow77.9%
Key (black)20.0%
Color previews
#cccc2d text on a black background
contrast 12.24:1
Card sample
#cccc2d text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccc2d;
Background color
Panel with #cccc2d background
background-color: #cccc2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccc2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 204, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 204, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccc2d; background: linear-gradient(135deg, #cccc2d, #62CC2D);