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