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