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