#cbba69
a balanced, vivid yellow · cool · closest name: khaki
RGB
203, 186, 105
HSL
50°, 49%, 60%
CMYK
0, 8, 48, 20
Luminance
0.4883
Every format
| HEX | #cbba69 |
| RGB | rgb(203, 186, 105) |
| HSL | hsl(50, 49%, 60%) |
| CMYK | cmyk(0%, 8%, 48%, 20%) |
| LAB | lab(75.3 -4.8 43.0) |
| LCH | lch(75.3 43.3 96.4) |
| OKLCH | oklch(0.786 0.104 97.8) |
Copy-ready code
/* CSS */
color: #cbba69;
background-color: #cbba69;
/* Tailwind (arbitrary) */
class="text-[#cbba69] bg-[#cbba69]"
/* SCSS */
$brand: #cbba69;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.412)
/* Android */
Color.parseColor("#cbba69")Accessibility — WCAG contrast
Aa
#cbba69 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbba69 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow48.3%
Key (black)20.4%
Color previews
#cbba69 text on a black background
contrast 10.77:1
Card sample
#cbba69 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbba69;
Background color
Panel with #cbba69 background
background-color: #cbba69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbba69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbba69; background: linear-gradient(135deg, #cbba69, #9BCB69);