#cbba7d
a balanced, soft yellow · cool · closest name: tan
RGB
203, 186, 125
HSL
47°, 43%, 64%
CMYK
0, 8, 38, 20
Luminance
0.4929
Every format
| HEX | #cbba7d |
| RGB | rgb(203, 186, 125) |
| HSL | hsl(47, 43%, 64%) |
| CMYK | cmyk(0%, 8%, 38%, 20%) |
| LAB | lab(75.6 -2.7 33.1) |
| LCH | lch(75.6 33.2 94.7) |
| OKLCH | oklch(0.789 0.082 94.4) |
Copy-ready code
/* CSS */
color: #cbba7d;
background-color: #cbba7d;
/* Tailwind (arbitrary) */
class="text-[#cbba7d] bg-[#cbba7d]"
/* SCSS */
$brand: #cbba7d;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.490)
/* Android */
Color.parseColor("#cbba7d")Accessibility — WCAG contrast
Aa
#cbba7d on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbba7d on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow38.4%
Key (black)20.4%
Color previews
#cbba7d text on a black background
contrast 10.86:1
Card sample
#cbba7d text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbba7d;
Background color
Panel with #cbba7d background
background-color: #cbba7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbba7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbba7d; background: linear-gradient(135deg, #cbba7d, #A8CB7D);