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