#ccc91c
a balanced, electric yellow · cool · closest name: gold
RGB
204, 201, 28
HSL
59°, 76%, 46%
CMYK
0, 2, 86, 20
Luminance
0.5469
Every format
| HEX | #ccc91c |
| RGB | rgb(204, 201, 28) |
| HSL | hsl(59, 76%, 46%) |
| CMYK | cmyk(0%, 2%, 86%, 20%) |
| LAB | lab(78.9 -16.3 75.7) |
| LCH | lch(78.9 77.4 102.2) |
| OKLCH | oklch(0.812 0.170 108.5) |
Copy-ready code
/* CSS */
color: #ccc91c;
background-color: #ccc91c;
/* Tailwind (arbitrary) */
class="text-[#ccc91c] bg-[#ccc91c]"
/* SCSS */
$brand: #ccc91c;
/* SwiftUI */
Color(red: 0.800, green: 0.788, blue: 0.110)
/* Android */
Color.parseColor("#ccc91c")Accessibility — WCAG contrast
Aa
#ccc91c on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc91c on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.8%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow86.3%
Key (black)20.0%
Color previews
#ccc91c text on a black background
contrast 11.94:1
Card sample
#ccc91c text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc91c;
Background color
Panel with #ccc91c background
background-color: #ccc91c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc91c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 201, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 201, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc91c; background: linear-gradient(135deg, #ccc91c, #5ACC1C);