#cbba95
a light, soft yellow · warm · closest name: tan
RGB
203, 186, 149
HSL
41°, 34%, 69%
CMYK
0, 8, 27, 20
Luminance
0.4998
Every format
| HEX | #cbba95 |
| RGB | rgb(203, 186, 149) |
| HSL | hsl(41, 34%, 69%) |
| CMYK | cmyk(0%, 8%, 27%, 20%) |
| LAB | lab(76.1 0.3 21.0) |
| LCH | lch(76.1 21.0 89.2) |
| OKLCH | oklch(0.794 0.053 86.2) |
Copy-ready code
/* CSS */
color: #cbba95;
background-color: #cbba95;
/* Tailwind (arbitrary) */
class="text-[#cbba95] bg-[#cbba95]"
/* SCSS */
$brand: #cbba95;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.584)
/* Android */
Color.parseColor("#cbba95")Accessibility — WCAG contrast
Aa
#cbba95 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbba95 on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow26.6%
Key (black)20.4%
Color previews
#cbba95 text on a black background
contrast 11.00:1
Card sample
#cbba95 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbba95;
Background color
Panel with #cbba95 background
background-color: #cbba95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbba95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbba95; background: linear-gradient(135deg, #cbba95, #B8CB95);