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