#c7ba0f
a dark, electric yellow · cool · closest name: gold
RGB
199, 186, 15
HSL
56°, 86%, 42%
CMYK
0, 7, 93, 22
Luminance
0.4729
Every format
| HEX | #c7ba0f |
| RGB | rgb(199, 186, 15) |
| HSL | hsl(56, 86%, 42%) |
| CMYK | cmyk(0%, 7%, 93%, 22%) |
| LAB | lab(74.4 -11.2 74.2) |
| LCH | lch(74.4 75.0 98.6) |
| OKLCH | oklch(0.775 0.162 104.4) |
Copy-ready code
/* CSS */
color: #c7ba0f;
background-color: #c7ba0f;
/* Tailwind (arbitrary) */
class="text-[#c7ba0f] bg-[#c7ba0f]"
/* SCSS */
$brand: #c7ba0f;
/* SwiftUI */
Color(red: 0.780, green: 0.729, blue: 0.059)
/* Android */
Color.parseColor("#c7ba0f")Accessibility — WCAG contrast
Aa
#c7ba0f on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ba0f on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green72.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta6.5%
Yellow92.5%
Key (black)22.0%
Color previews
#c7ba0f text on a black background
contrast 10.46:1
Card sample
#c7ba0f text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ba0f;
Background color
Panel with #c7ba0f background
background-color: #c7ba0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ba0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 186, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 186, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ba0f; background: linear-gradient(135deg, #c7ba0f, #59C70F);