#c7b921
a balanced, vivid yellow · cool · closest name: gold
RGB
199, 185, 33
HSL
55°, 72%, 46%
CMYK
0, 7, 83, 22
Luminance
0.4695
Every format
| HEX | #c7b921 |
| RGB | rgb(199, 185, 33) |
| HSL | hsl(55, 72%, 46%) |
| CMYK | cmyk(0%, 7%, 83%, 22%) |
| LAB | lab(74.2 -10.3 70.5) |
| LCH | lch(74.2 71.3 98.3) |
| OKLCH | oklch(0.774 0.156 103.7) |
Copy-ready code
/* CSS */
color: #c7b921;
background-color: #c7b921;
/* Tailwind (arbitrary) */
class="text-[#c7b921] bg-[#c7b921]"
/* SCSS */
$brand: #c7b921;
/* SwiftUI */
Color(red: 0.780, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#c7b921")Accessibility — WCAG contrast
Aa
#c7b921 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7b921 on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green72.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow83.4%
Key (black)22.0%
Color previews
#c7b921 text on a black background
contrast 10.39:1
Card sample
#c7b921 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7b921;
Background color
Panel with #c7b921 background
background-color: #c7b921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7b921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7b921; background: linear-gradient(135deg, #c7b921, #66C721);