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