#c7ac2c
a balanced, vivid yellow · cool · closest name: olive
RGB
199, 172, 44
HSL
50°, 64%, 48%
CMYK
0, 14, 78, 22
Luminance
0.4183
Every format
| HEX | #c7ac2c |
| RGB | rgb(199, 172, 44) |
| HSL | hsl(50, 64%, 48%) |
| CMYK | cmyk(0%, 14%, 78%, 22%) |
| LAB | lab(70.8 -3.1 64.4) |
| LCH | lch(70.8 64.5 92.8) |
| OKLCH | oklch(0.747 0.141 96.5) |
Copy-ready code
/* CSS */
color: #c7ac2c;
background-color: #c7ac2c;
/* Tailwind (arbitrary) */
class="text-[#c7ac2c] bg-[#c7ac2c]"
/* SCSS */
$brand: #c7ac2c;
/* SwiftUI */
Color(red: 0.780, green: 0.675, blue: 0.173)
/* Android */
Color.parseColor("#c7ac2c")Accessibility — WCAG contrast
Aa
#c7ac2c on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ac2c on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green67.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow77.9%
Key (black)22.0%
Color previews
#c7ac2c text on a black background
contrast 9.37:1
Card sample
#c7ac2c text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ac2c;
Background color
Panel with #c7ac2c background
background-color: #c7ac2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ac2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 172, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 172, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ac2c; background: linear-gradient(135deg, #c7ac2c, #7BC72C);