#cba721
a balanced, vivid yellow · cool · closest name: olive
RGB
203, 167, 33
HSL
47°, 72%, 46%
CMYK
0, 18, 84, 20
Luminance
0.4044
Every format
| HEX | #cba721 |
| RGB | rgb(203, 167, 33) |
| HSL | hsl(47, 72%, 46%) |
| CMYK | cmyk(0%, 18%, 84%, 20%) |
| LAB | lab(69.8 0.9 67.0) |
| LCH | lch(69.8 67.0 89.2) |
| OKLCH | oklch(0.740 0.143 92.2) |
Copy-ready code
/* CSS */
color: #cba721;
background-color: #cba721;
/* Tailwind (arbitrary) */
class="text-[#cba721] bg-[#cba721]"
/* SCSS */
$brand: #cba721;
/* SwiftUI */
Color(red: 0.796, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#cba721")Accessibility — WCAG contrast
Aa
#cba721 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba721 on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green65.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow83.7%
Key (black)20.4%
Color previews
#cba721 text on a black background
contrast 9.09:1
Card sample
#cba721 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba721;
Background color
Panel with #cba721 background
background-color: #cba721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba721; background: linear-gradient(135deg, #cba721, #7ECB21);