#cbbc9e
a light, soft yellow · warm · closest name: tan
RGB
203, 188, 158
HSL
40°, 30%, 71%
CMYK
0, 7, 22, 20
Luminance
0.5113
Every format
| HEX | #cbbc9e |
| RGB | rgb(203, 188, 158) |
| HSL | hsl(40, 30%, 71%) |
| CMYK | cmyk(0%, 7%, 22%, 20%) |
| LAB | lab(76.8 0.5 17.1) |
| LCH | lch(76.8 17.1 88.3) |
| OKLCH | oklch(0.800 0.044 84.5) |
Copy-ready code
/* CSS */
color: #cbbc9e;
background-color: #cbbc9e;
/* Tailwind (arbitrary) */
class="text-[#cbbc9e] bg-[#cbbc9e]"
/* SCSS */
$brand: #cbbc9e;
/* SwiftUI */
Color(red: 0.796, green: 0.737, blue: 0.620)
/* Android */
Color.parseColor("#cbbc9e")Accessibility — WCAG contrast
Aa
#cbbc9e on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbc9e on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green73.7%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow22.2%
Key (black)20.4%
Color previews
#cbbc9e text on a black background
contrast 11.23:1
Card sample
#cbbc9e text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbc9e;
Background color
Panel with #cbbc9e background
background-color: #cbbc9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbc9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 188, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 188, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbc9e; background: linear-gradient(135deg, #cbbc9e, #BCCB9E);