#cccc22
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 204, 34
HSL
60°, 71%, 47%
CMYK
0, 0, 83, 20
Luminance
0.5614
Every format
| HEX | #cccc22 |
| RGB | rgb(204, 204, 34) |
| HSL | hsl(60, 71%, 47%) |
| CMYK | cmyk(0%, 0%, 83%, 20%) |
| LAB | lab(79.7 -17.7 75.1) |
| LCH | lch(79.7 77.2 103.3) |
| OKLCH | oklch(0.819 0.171 109.7) |
Copy-ready code
/* CSS */
color: #cccc22;
background-color: #cccc22;
/* Tailwind (arbitrary) */
class="text-[#cccc22] bg-[#cccc22]"
/* SCSS */
$brand: #cccc22;
/* SwiftUI */
Color(red: 0.800, green: 0.800, blue: 0.133)
/* Android */
Color.parseColor("#cccc22")Accessibility — WCAG contrast
Aa
#cccc22 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccc22 on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.0%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow83.3%
Key (black)20.0%
Color previews
#cccc22 text on a black background
contrast 12.23:1
Card sample
#cccc22 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccc22;
Background color
Panel with #cccc22 background
background-color: #cccc22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccc22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 204, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 204, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccc22; background: linear-gradient(135deg, #cccc22, #5BCC22);