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