#cbba73
a balanced, vivid yellow · cool · closest name: tan
RGB
203, 186, 115
HSL
48°, 46%, 62%
CMYK
0, 8, 43, 20
Luminance
0.4905
Every format
| HEX | #cbba73 |
| RGB | rgb(203, 186, 115) |
| HSL | hsl(48, 46%, 62%) |
| CMYK | cmyk(0%, 8%, 43%, 20%) |
| LAB | lab(75.5 -3.8 38.1) |
| LCH | lch(75.5 38.3 95.7) |
| OKLCH | oklch(0.787 0.093 96.3) |
Copy-ready code
/* CSS */
color: #cbba73;
background-color: #cbba73;
/* Tailwind (arbitrary) */
class="text-[#cbba73] bg-[#cbba73]"
/* SCSS */
$brand: #cbba73;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.451)
/* Android */
Color.parseColor("#cbba73")Accessibility — WCAG contrast
Aa
#cbba73 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbba73 on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow43.3%
Key (black)20.4%
Color previews
#cbba73 text on a black background
contrast 10.81:1
Card sample
#cbba73 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbba73;
Background color
Panel with #cbba73 background
background-color: #cbba73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbba73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbba73; background: linear-gradient(135deg, #cbba73, #A1CB73);