#ccc129
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 193, 41
HSL
56°, 67%, 48%
CMYK
0, 5, 80, 20
Luminance
0.5114
Every format
| HEX | #ccc129 |
| RGB | rgb(204, 193, 41) |
| HSL | hsl(56, 67%, 48%) |
| CMYK | cmyk(0%, 5%, 80%, 20%) |
| LAB | lab(76.8 -12.0 70.8) |
| LCH | lch(76.8 71.8 99.6) |
| OKLCH | oklch(0.796 0.159 105.0) |
Copy-ready code
/* CSS */
color: #ccc129;
background-color: #ccc129;
/* Tailwind (arbitrary) */
class="text-[#ccc129] bg-[#ccc129]"
/* SCSS */
$brand: #ccc129;
/* SwiftUI */
Color(red: 0.800, green: 0.757, blue: 0.161)
/* Android */
Color.parseColor("#ccc129")Accessibility — WCAG contrast
Aa
#ccc129 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc129 on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.7%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow79.9%
Key (black)20.0%
Color previews
#ccc129 text on a black background
contrast 11.23:1
Card sample
#ccc129 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc129;
Background color
Panel with #ccc129 background
background-color: #ccc129;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc129;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 193, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 193, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc129; background: linear-gradient(135deg, #ccc129, #6ACC29);