#c8a621
a balanced, vivid yellow · cool · closest name: olive
RGB
200, 166, 33
HSL
48°, 72%, 46%
CMYK
0, 17, 84, 22
Luminance
0.3966
Every format
| HEX | #c8a621 |
| RGB | rgb(200, 166, 33) |
| HSL | hsl(48, 72%, 46%) |
| CMYK | cmyk(0%, 17%, 84%, 22%) |
| LAB | lab(69.2 0.1 66.4) |
| LCH | lch(69.2 66.4 89.9) |
| OKLCH | oklch(0.735 0.142 93.1) |
Copy-ready code
/* CSS */
color: #c8a621;
background-color: #c8a621;
/* Tailwind (arbitrary) */
class="text-[#c8a621] bg-[#c8a621]"
/* SCSS */
$brand: #c8a621;
/* SwiftUI */
Color(red: 0.784, green: 0.651, blue: 0.129)
/* Android */
Color.parseColor("#c8a621")Accessibility — WCAG contrast
Aa
#c8a621 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8a621 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green65.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow83.5%
Key (black)21.6%
Color previews
#c8a621 text on a black background
contrast 8.93:1
Card sample
#c8a621 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8a621;
Background color
Panel with #c8a621 background
background-color: #c8a621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8a621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 166, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 166, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8a621; background: linear-gradient(135deg, #c8a621, #7BC821);