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