#c6b721
a balanced, vivid yellow · cool · closest name: gold
RGB
198, 183, 33
HSL
55°, 71%, 45%
CMYK
0, 8, 83, 22
Luminance
0.4598
Every format
| HEX | #c6b721 |
| RGB | rgb(198, 183, 33) |
| HSL | hsl(55, 71%, 45%) |
| CMYK | cmyk(0%, 8%, 83%, 22%) |
| LAB | lab(73.5 -9.7 70.0) |
| LCH | lch(73.5 70.7 97.9) |
| OKLCH | oklch(0.769 0.154 103.2) |
Copy-ready code
/* CSS */
color: #c6b721;
background-color: #c6b721;
/* Tailwind (arbitrary) */
class="text-[#c6b721] bg-[#c6b721]"
/* SCSS */
$brand: #c6b721;
/* SwiftUI */
Color(red: 0.776, green: 0.718, blue: 0.129)
/* Android */
Color.parseColor("#c6b721")Accessibility — WCAG contrast
Aa
#c6b721 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6b721 on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green71.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow83.3%
Key (black)22.4%
Color previews
#c6b721 text on a black background
contrast 10.20:1
Card sample
#c6b721 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6b721;
Background color
Panel with #c6b721 background
background-color: #c6b721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6b721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 183, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 183, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6b721; background: linear-gradient(135deg, #c6b721, #67C621);