#ccc22c
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 194, 44
HSL
56°, 65%, 49%
CMYK
0, 5, 78, 20
Luminance
0.5160
Every format
| HEX | #ccc22c |
| RGB | rgb(204, 194, 44) |
| HSL | hsl(56, 65%, 49%) |
| CMYK | cmyk(0%, 5%, 78%, 20%) |
| LAB | lab(77.0 -12.4 70.2) |
| LCH | lch(77.0 71.3 100.0) |
| OKLCH | oklch(0.798 0.158 105.4) |
Copy-ready code
/* CSS */
color: #ccc22c;
background-color: #ccc22c;
/* Tailwind (arbitrary) */
class="text-[#ccc22c] bg-[#ccc22c]"
/* SCSS */
$brand: #ccc22c;
/* SwiftUI */
Color(red: 0.800, green: 0.761, blue: 0.173)
/* Android */
Color.parseColor("#ccc22c")Accessibility — WCAG contrast
Aa
#ccc22c on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc22c on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.1%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow78.4%
Key (black)20.0%
Color previews
#ccc22c text on a black background
contrast 11.32:1
Card sample
#ccc22c text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc22c;
Background color
Panel with #ccc22c background
background-color: #ccc22c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc22c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 194, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 194, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc22c; background: linear-gradient(135deg, #ccc22c, #6BCC2C);