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