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