#cbba85
a light, soft yellow · cool · closest name: tan
RGB
203, 186, 133
HSL
45°, 40%, 66%
CMYK
0, 8, 35, 20
Luminance
0.4951
Every format
| HEX | #cbba85 |
| RGB | rgb(203, 186, 133) |
| HSL | hsl(45, 40%, 66%) |
| CMYK | cmyk(0%, 8%, 35%, 20%) |
| LAB | lab(75.8 -1.8 29.1) |
| LCH | lch(75.8 29.2 93.5) |
| OKLCH | oklch(0.790 0.073 92.4) |
Copy-ready code
/* CSS */
color: #cbba85;
background-color: #cbba85;
/* Tailwind (arbitrary) */
class="text-[#cbba85] bg-[#cbba85]"
/* SCSS */
$brand: #cbba85;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.522)
/* Android */
Color.parseColor("#cbba85")Accessibility — WCAG contrast
Aa
#cbba85 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbba85 on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow34.5%
Key (black)20.4%
Color previews
#cbba85 text on a black background
contrast 10.90:1
Card sample
#cbba85 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbba85;
Background color
Panel with #cbba85 background
background-color: #cbba85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbba85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbba85; background: linear-gradient(135deg, #cbba85, #ADCB85);