#ccc52b
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 197, 43
HSL
57°, 65%, 48%
CMYK
0, 3, 79, 20
Luminance
0.5294
Every format
| HEX | #ccc52b |
| RGB | rgb(204, 197, 43) |
| HSL | hsl(57, 65%, 48%) |
| CMYK | cmyk(0%, 3%, 79%, 20%) |
| LAB | lab(77.8 -13.9 71.2) |
| LCH | lch(77.8 72.6 101.1) |
| OKLCH | oklch(0.804 0.161 106.8) |
Copy-ready code
/* CSS */
color: #ccc52b;
background-color: #ccc52b;
/* Tailwind (arbitrary) */
class="text-[#ccc52b] bg-[#ccc52b]"
/* SCSS */
$brand: #ccc52b;
/* SwiftUI */
Color(red: 0.800, green: 0.773, blue: 0.169)
/* Android */
Color.parseColor("#ccc52b")Accessibility — WCAG contrast
Aa
#ccc52b on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc52b on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow78.9%
Key (black)20.0%
Color previews
#ccc52b text on a black background
contrast 11.59:1
Card sample
#ccc52b text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc52b;
Background color
Panel with #ccc52b background
background-color: #ccc52b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc52b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 197, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 197, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc52b; background: linear-gradient(135deg, #ccc52b, #68CC2B);