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