#c9c607
a dark, electric yellow · cool · closest name: gold
RGB
201, 198, 7
HSL
59°, 93%, 41%
CMYK
0, 2, 97, 21
Luminance
0.5282
Every format
| HEX | #c9c607 |
| RGB | rgb(201, 198, 7) |
| HSL | hsl(59, 93%, 41%) |
| CMYK | cmyk(0%, 2%, 97%, 21%) |
| LAB | lab(77.8 -16.4 77.7) |
| LCH | lch(77.8 79.4 102.0) |
| OKLCH | oklch(0.803 0.173 108.6) |
Copy-ready code
/* CSS */
color: #c9c607;
background-color: #c9c607;
/* Tailwind (arbitrary) */
class="text-[#c9c607] bg-[#c9c607]"
/* SCSS */
$brand: #c9c607;
/* SwiftUI */
Color(red: 0.788, green: 0.776, blue: 0.027)
/* Android */
Color.parseColor("#c9c607")Accessibility — WCAG contrast
Aa
#c9c607 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9c607 on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green77.6%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow96.5%
Key (black)21.2%
Color previews
#c9c607 text on a black background
contrast 11.56:1
Card sample
#c9c607 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9c607;
Background color
Panel with #c9c607 background
background-color: #c9c607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9c607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 198, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 198, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9c607; background: linear-gradient(135deg, #c9c607, #4BC907);