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