#cbac6f
a balanced, vivid orange · warm · closest name: tan
RGB
203, 172, 111
HSL
40°, 47%, 62%
CMYK
0, 15, 45, 20
Luminance
0.4335
Every format
| HEX | #cbac6f |
| RGB | rgb(203, 172, 111) |
| HSL | hsl(40, 47%, 62%) |
| CMYK | cmyk(0%, 15%, 45%, 20%) |
| LAB | lab(71.8 3.2 35.5) |
| LCH | lch(71.8 35.6 84.9) |
| OKLCH | oklch(0.758 0.087 83.5) |
Copy-ready code
/* CSS */
color: #cbac6f;
background-color: #cbac6f;
/* Tailwind (arbitrary) */
class="text-[#cbac6f] bg-[#cbac6f]"
/* SCSS */
$brand: #cbac6f;
/* SwiftUI */
Color(red: 0.796, green: 0.675, blue: 0.435)
/* Android */
Color.parseColor("#cbac6f")Accessibility — WCAG contrast
Aa
#cbac6f on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbac6f on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow45.3%
Key (black)20.4%
Color previews
#cbac6f text on a black background
contrast 9.67:1
Card sample
#cbac6f text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbac6f;
Background color
Panel with #cbac6f background
background-color: #cbac6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbac6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 172, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 172, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbac6f; background: linear-gradient(135deg, #cbac6f, #ADCB6F);