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