#cba921
a balanced, vivid yellow · cool · closest name: olive
RGB
203, 169, 33
HSL
48°, 72%, 46%
CMYK
0, 17, 84, 20
Luminance
0.4118
Every format
| HEX | #cba921 |
| RGB | rgb(203, 169, 33) |
| HSL | hsl(48, 72%, 46%) |
| CMYK | cmyk(0%, 17%, 84%, 20%) |
| LAB | lab(70.3 -0.2 67.5) |
| LCH | lch(70.3 67.5 90.1) |
| OKLCH | oklch(0.744 0.145 93.4) |
Copy-ready code
/* CSS */
color: #cba921;
background-color: #cba921;
/* Tailwind (arbitrary) */
class="text-[#cba921] bg-[#cba921]"
/* SCSS */
$brand: #cba921;
/* SwiftUI */
Color(red: 0.796, green: 0.663, blue: 0.129)
/* Android */
Color.parseColor("#cba921")Accessibility — WCAG contrast
Aa
#cba921 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba921 on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green66.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow83.7%
Key (black)20.4%
Color previews
#cba921 text on a black background
contrast 9.24:1
Card sample
#cba921 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba921;
Background color
Panel with #cba921 background
background-color: #cba921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 169, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 169, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba921; background: linear-gradient(135deg, #cba921, #7CCB21);