#cbac7c
a balanced, soft orange · warm · closest name: tan
RGB
203, 172, 124
HSL
37°, 43%, 64%
CMYK
0, 15, 39, 20
Luminance
0.4366
Every format
| HEX | #cbac7c |
| RGB | rgb(203, 172, 124) |
| HSL | hsl(37, 43%, 64%) |
| CMYK | cmyk(0%, 15%, 39%, 20%) |
| LAB | lab(72.0 4.6 28.9) |
| LCH | lch(72.0 29.3 81.0) |
| OKLCH | oklch(0.760 0.073 78.2) |
Copy-ready code
/* CSS */
color: #cbac7c;
background-color: #cbac7c;
/* Tailwind (arbitrary) */
class="text-[#cbac7c] bg-[#cbac7c]"
/* SCSS */
$brand: #cbac7c;
/* SwiftUI */
Color(red: 0.796, green: 0.675, blue: 0.486)
/* Android */
Color.parseColor("#cbac7c")Accessibility — WCAG contrast
Aa
#cbac7c on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbac7c on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.5%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow38.9%
Key (black)20.4%
Color previews
#cbac7c text on a black background
contrast 9.73:1
Card sample
#cbac7c text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbac7c;
Background color
Panel with #cbac7c background
background-color: #cbac7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbac7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 172, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 172, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbac7c; background: linear-gradient(135deg, #cbac7c, #B5CB7C);