#cbac8f
a light, soft orange · warm · closest name: tan
RGB
203, 172, 143
HSL
29°, 37%, 68%
CMYK
0, 15, 30, 20
Luminance
0.4418
Every format
| HEX | #cbac8f |
| RGB | rgb(203, 172, 143) |
| HSL | hsl(29, 37%, 68%) |
| CMYK | cmyk(0%, 15%, 30%, 20%) |
| LAB | lab(72.3 7.0 19.1) |
| LCH | lch(72.3 20.3 70.0) |
| OKLCH | oklch(0.764 0.054 65.0) |
Copy-ready code
/* CSS */
color: #cbac8f;
background-color: #cbac8f;
/* Tailwind (arbitrary) */
class="text-[#cbac8f] bg-[#cbac8f]"
/* SCSS */
$brand: #cbac8f;
/* SwiftUI */
Color(red: 0.796, green: 0.675, blue: 0.561)
/* Android */
Color.parseColor("#cbac8f")Accessibility — WCAG contrast
Aa
#cbac8f on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbac8f on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow29.6%
Key (black)20.4%
Color previews
#cbac8f text on a black background
contrast 9.84:1
Card sample
#cbac8f text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbac8f;
Background color
Panel with #cbac8f background
background-color: #cbac8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbac8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 172, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 172, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbac8f; background: linear-gradient(135deg, #cbac8f, #C2CB8F);