#cbac8c
a light, soft orange · warm · closest name: tan
RGB
203, 172, 140
HSL
31°, 38%, 67%
CMYK
0, 15, 31, 20
Luminance
0.4410
Every format
| HEX | #cbac8c |
| RGB | rgb(203, 172, 140) |
| HSL | hsl(31, 38%, 67%) |
| CMYK | cmyk(0%, 15%, 31%, 20%) |
| LAB | lab(72.3 6.5 20.7) |
| LCH | lch(72.3 21.7 72.4) |
| OKLCH | oklch(0.764 0.057 67.7) |
Copy-ready code
/* CSS */
color: #cbac8c;
background-color: #cbac8c;
/* Tailwind (arbitrary) */
class="text-[#cbac8c] bg-[#cbac8c]"
/* SCSS */
$brand: #cbac8c;
/* SwiftUI */
Color(red: 0.796, green: 0.675, blue: 0.549)
/* Android */
Color.parseColor("#cbac8c")Accessibility — WCAG contrast
Aa
#cbac8c on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbac8c on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.5%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow31.0%
Key (black)20.4%
Color previews
#cbac8c text on a black background
contrast 9.82:1
Card sample
#cbac8c text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbac8c;
Background color
Panel with #cbac8c background
background-color: #cbac8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbac8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 172, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 172, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbac8c; background: linear-gradient(135deg, #cbac8c, #C0CB8C);