#cba74f
a balanced, vivid yellow · warm · closest name: peru
RGB
203, 167, 79
HSL
43°, 54%, 55%
CMYK
0, 18, 61, 20
Luminance
0.4090
Every format
| HEX | #cba74f |
| RGB | rgb(203, 167, 79) |
| HSL | hsl(43, 54%, 55%) |
| CMYK | cmyk(0%, 18%, 61%, 20%) |
| LAB | lab(70.1 3.1 49.5) |
| LCH | lch(70.1 49.6 86.4) |
| OKLCH | oklch(0.744 0.115 87.1) |
Copy-ready code
/* CSS */
color: #cba74f;
background-color: #cba74f;
/* Tailwind (arbitrary) */
class="text-[#cba74f] bg-[#cba74f]"
/* SCSS */
$brand: #cba74f;
/* SwiftUI */
Color(red: 0.796, green: 0.655, blue: 0.310)
/* Android */
Color.parseColor("#cba74f")Accessibility — WCAG contrast
Aa
#cba74f on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba74f on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green65.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow61.1%
Key (black)20.4%
Color previews
#cba74f text on a black background
contrast 9.18:1
Card sample
#cba74f text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba74f;
Background color
Panel with #cba74f background
background-color: #cba74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 167, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 167, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba74f; background: linear-gradient(135deg, #cba74f, #9CCB4F);