#c7b813
a dark, electric yellow · cool · closest name: gold
RGB
199, 184, 19
HSL
55°, 83%, 43%
CMYK
0, 8, 91, 22
Luminance
0.4647
Every format
| HEX | #c7b813 |
| RGB | rgb(199, 184, 19) |
| HSL | hsl(55, 83%, 43%) |
| CMYK | cmyk(0%, 8%, 91%, 22%) |
| LAB | lab(73.8 -10.1 73.2) |
| LCH | lch(73.8 73.8 97.8) |
| OKLCH | oklch(0.771 0.159 103.4) |
Copy-ready code
/* CSS */
color: #c7b813;
background-color: #c7b813;
/* Tailwind (arbitrary) */
class="text-[#c7b813] bg-[#c7b813]"
/* SCSS */
$brand: #c7b813;
/* SwiftUI */
Color(red: 0.780, green: 0.722, blue: 0.075)
/* Android */
Color.parseColor("#c7b813")Accessibility — WCAG contrast
Aa
#c7b813 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7b813 on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green72.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow90.5%
Key (black)22.0%
Color previews
#c7b813 text on a black background
contrast 10.29:1
Card sample
#c7b813 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7b813;
Background color
Panel with #c7b813 background
background-color: #c7b813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7b813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 184, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 184, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7b813; background: linear-gradient(135deg, #c7b813, #5EC713);