#c8b521
a balanced, vivid yellow · cool · closest name: gold
RGB
200, 181, 33
HSL
53°, 72%, 46%
CMYK
0, 10, 84, 22
Luminance
0.4544
Every format
| HEX | #c8b521 |
| RGB | rgb(200, 181, 33) |
| HSL | hsl(53, 72%, 46%) |
| CMYK | cmyk(0%, 10%, 84%, 22%) |
| LAB | lab(73.2 -7.8 69.8) |
| LCH | lch(73.2 70.2 96.4) |
| OKLCH | oklch(0.766 0.152 101.3) |
Copy-ready code
/* CSS */
color: #c8b521;
background-color: #c8b521;
/* Tailwind (arbitrary) */
class="text-[#c8b521] bg-[#c8b521]"
/* SCSS */
$brand: #c8b521;
/* SwiftUI */
Color(red: 0.784, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#c8b521")Accessibility — WCAG contrast
Aa
#c8b521 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8b521 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green71.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow83.5%
Key (black)21.6%
Color previews
#c8b521 text on a black background
contrast 10.09:1
Card sample
#c8b521 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8b521;
Background color
Panel with #c8b521 background
background-color: #c8b521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8b521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8b521; background: linear-gradient(135deg, #c8b521, #6CC821);