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