#c5cc13
a dark, electric yellow · cool · closest name: gold
RGB
197, 204, 19
HSL
62°, 83%, 44%
CMYK
3, 0, 91, 20
Luminance
0.5510
Every format
| HEX | #c5cc13 |
| RGB | rgb(197, 204, 19) |
| HSL | hsl(62, 83%, 44%) |
| CMYK | cmyk(3%, 0%, 91%, 20%) |
| LAB | lab(79.1 -21.0 77.2) |
| LCH | lch(79.1 80.0 105.2) |
| OKLCH | oklch(0.813 0.177 112.3) |
Copy-ready code
/* CSS */
color: #c5cc13;
background-color: #c5cc13;
/* Tailwind (arbitrary) */
class="text-[#c5cc13] bg-[#c5cc13]"
/* SCSS */
$brand: #c5cc13;
/* SwiftUI */
Color(red: 0.773, green: 0.800, blue: 0.075)
/* Android */
Color.parseColor("#c5cc13")Accessibility — WCAG contrast
Aa
#c5cc13 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5cc13 on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green80.0%
Blue7.5%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow90.7%
Key (black)20.0%
Color previews
#c5cc13 text on a black background
contrast 12.02:1
Card sample
#c5cc13 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5cc13;
Background color
Panel with #c5cc13 background
background-color: #c5cc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5cc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 204, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 204, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5cc13; background: linear-gradient(135deg, #c5cc13, #4ACC13);