#cbba64
a balanced, vivid yellow · cool · closest name: khaki
RGB
203, 186, 100
HSL
50°, 50%, 59%
CMYK
0, 8, 51, 20
Luminance
0.4873
Every format
| HEX | #cbba64 |
| RGB | rgb(203, 186, 100) |
| HSL | hsl(50, 50%, 59%) |
| CMYK | cmyk(0%, 8%, 51%, 20%) |
| LAB | lab(75.3 -5.3 45.4) |
| LCH | lch(75.3 45.7 96.6) |
| OKLCH | oklch(0.785 0.109 98.4) |
Copy-ready code
/* CSS */
color: #cbba64;
background-color: #cbba64;
/* Tailwind (arbitrary) */
class="text-[#cbba64] bg-[#cbba64]"
/* SCSS */
$brand: #cbba64;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.392)
/* Android */
Color.parseColor("#cbba64")Accessibility — WCAG contrast
Aa
#cbba64 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbba64 on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow50.7%
Key (black)20.4%
Color previews
#cbba64 text on a black background
contrast 10.75:1
Card sample
#cbba64 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbba64;
Background color
Panel with #cbba64 background
background-color: #cbba64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbba64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbba64; background: linear-gradient(135deg, #cbba64, #97CB64);