#c6c813
a dark, electric yellow · cool · closest name: gold
RGB
198, 200, 19
HSL
61°, 83%, 43%
CMYK
1, 0, 91, 22
Luminance
0.5336
Every format
| HEX | #c6c813 |
| RGB | rgb(198, 200, 19) |
| HSL | hsl(61, 83%, 43%) |
| CMYK | cmyk(1%, 0%, 91%, 22%) |
| LAB | lab(78.1 -18.6 76.4) |
| LCH | lch(78.1 78.7 103.7) |
| OKLCH | oklch(0.805 0.173 110.5) |
Copy-ready code
/* CSS */
color: #c6c813;
background-color: #c6c813;
/* Tailwind (arbitrary) */
class="text-[#c6c813] bg-[#c6c813]"
/* SCSS */
$brand: #c6c813;
/* SwiftUI */
Color(red: 0.776, green: 0.784, blue: 0.075)
/* Android */
Color.parseColor("#c6c813")Accessibility — WCAG contrast
Aa
#c6c813 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6c813 on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green78.4%
Blue7.5%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow90.5%
Key (black)21.6%
Color previews
#c6c813 text on a black background
contrast 11.67:1
Card sample
#c6c813 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6c813;
Background color
Panel with #c6c813 background
background-color: #c6c813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6c813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 200, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 200, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6c813; background: linear-gradient(135deg, #c6c813, #4DC813);