#c9b608
a dark, electric yellow · cool · closest name: gold
RGB
201, 182, 8
HSL
54°, 92%, 41%
CMYK
0, 10, 96, 21
Luminance
0.4589
Every format
| HEX | #c9b608 |
| RGB | rgb(201, 182, 8) |
| HSL | hsl(54, 92%, 41%) |
| CMYK | cmyk(0%, 10%, 96%, 21%) |
| LAB | lab(73.5 -8.3 74.4) |
| LCH | lch(73.5 74.9 96.4) |
| OKLCH | oklch(0.768 0.160 101.8) |
Copy-ready code
/* CSS */
color: #c9b608;
background-color: #c9b608;
/* Tailwind (arbitrary) */
class="text-[#c9b608] bg-[#c9b608]"
/* SCSS */
$brand: #c9b608;
/* SwiftUI */
Color(red: 0.788, green: 0.714, blue: 0.031)
/* Android */
Color.parseColor("#c9b608")Accessibility — WCAG contrast
Aa
#c9b608 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9b608 on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green71.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow96.0%
Key (black)21.2%
Color previews
#c9b608 text on a black background
contrast 10.18:1
Card sample
#c9b608 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9b608;
Background color
Panel with #c9b608 background
background-color: #c9b608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9b608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 182, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 182, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9b608; background: linear-gradient(135deg, #c9b608, #5BC908);