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