#ccc72d
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 199, 45
HSL
58°, 64%, 49%
CMYK
0, 3, 78, 20
Luminance
0.5387
Every format
| HEX | #ccc72d |
| RGB | rgb(204, 199, 45) |
| HSL | hsl(58, 64%, 49%) |
| CMYK | cmyk(0%, 3%, 78%, 20%) |
| LAB | lab(78.4 -14.8 71.1) |
| LCH | lch(78.4 72.7 101.8) |
| OKLCH | oklch(0.809 0.162 107.6) |
Copy-ready code
/* CSS */
color: #ccc72d;
background-color: #ccc72d;
/* Tailwind (arbitrary) */
class="text-[#ccc72d] bg-[#ccc72d]"
/* SCSS */
$brand: #ccc72d;
/* SwiftUI */
Color(red: 0.800, green: 0.780, blue: 0.176)
/* Android */
Color.parseColor("#ccc72d")Accessibility — WCAG contrast
Aa
#ccc72d on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc72d on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.0%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta2.5%
Yellow77.9%
Key (black)20.0%
Color previews
#ccc72d text on a black background
contrast 11.77:1
Card sample
#ccc72d text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc72d;
Background color
Panel with #ccc72d background
background-color: #ccc72d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc72d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 199, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 199, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc72d; background: linear-gradient(135deg, #ccc72d, #67CC2D);