#cba22f
a balanced, vivid yellow · warm · closest name: peru
RGB
203, 162, 47
HSL
44°, 62%, 49%
CMYK
0, 20, 77, 20
Luminance
0.3874
Every format
| HEX | #cba22f |
| RGB | rgb(203, 162, 47) |
| HSL | hsl(44, 62%, 49%) |
| CMYK | cmyk(0%, 20%, 77%, 20%) |
| LAB | lab(68.6 4.0 61.5) |
| LCH | lch(68.6 61.6 86.2) |
| OKLCH | oklch(0.731 0.135 88.0) |
Copy-ready code
/* CSS */
color: #cba22f;
background-color: #cba22f;
/* Tailwind (arbitrary) */
class="text-[#cba22f] bg-[#cba22f]"
/* SCSS */
$brand: #cba22f;
/* SwiftUI */
Color(red: 0.796, green: 0.635, blue: 0.184)
/* Android */
Color.parseColor("#cba22f")Accessibility — WCAG contrast
Aa
#cba22f on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba22f on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green63.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow76.8%
Key (black)20.4%
Color previews
#cba22f text on a black background
contrast 8.75:1
Card sample
#cba22f text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba22f;
Background color
Panel with #cba22f background
background-color: #cba22f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba22f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 162, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 162, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba22f; background: linear-gradient(135deg, #cba22f, #8CCB2F);