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