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