#c7b034
a balanced, vivid yellow · cool · closest name: olive
RGB
199, 176, 52
HSL
51°, 59%, 49%
CMYK
0, 12, 74, 22
Luminance
0.4344
Every format
| HEX | #c7b034 |
| RGB | rgb(199, 176, 52) |
| HSL | hsl(51, 59%, 49%) |
| CMYK | cmyk(0%, 12%, 74%, 22%) |
| LAB | lab(71.8 -4.9 62.6) |
| LCH | lch(71.8 62.8 94.5) |
| OKLCH | oklch(0.756 0.140 98.3) |
Copy-ready code
/* CSS */
color: #c7b034;
background-color: #c7b034;
/* Tailwind (arbitrary) */
class="text-[#c7b034] bg-[#c7b034]"
/* SCSS */
$brand: #c7b034;
/* SwiftUI */
Color(red: 0.780, green: 0.690, blue: 0.204)
/* Android */
Color.parseColor("#c7b034")Accessibility — WCAG contrast
Aa
#c7b034 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7b034 on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green69.0%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow73.9%
Key (black)22.0%
Color previews
#c7b034 text on a black background
contrast 9.69:1
Card sample
#c7b034 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7b034;
Background color
Panel with #c7b034 background
background-color: #c7b034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7b034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 176, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 176, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7b034; background: linear-gradient(135deg, #c7b034, #7CC734);