#cba86f
a balanced, vivid orange · warm · closest name: tan
RGB
203, 168, 111
HSL
37°, 47%, 62%
CMYK
0, 17, 45, 20
Luminance
0.4185
Every format
| HEX | #cba86f |
| RGB | rgb(203, 168, 111) |
| HSL | hsl(37, 47%, 62%) |
| CMYK | cmyk(0%, 17%, 45%, 20%) |
| LAB | lab(70.8 5.3 34.2) |
| LCH | lch(70.8 34.6 81.2) |
| OKLCH | oklch(0.750 0.085 79.1) |
Copy-ready code
/* CSS */
color: #cba86f;
background-color: #cba86f;
/* Tailwind (arbitrary) */
class="text-[#cba86f] bg-[#cba86f]"
/* SCSS */
$brand: #cba86f;
/* SwiftUI */
Color(red: 0.796, green: 0.659, blue: 0.435)
/* Android */
Color.parseColor("#cba86f")Accessibility — WCAG contrast
Aa
#cba86f on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba86f on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green65.9%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow45.3%
Key (black)20.4%
Color previews
#cba86f text on a black background
contrast 9.37:1
Card sample
#cba86f text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba86f;
Background color
Panel with #cba86f background
background-color: #cba86f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba86f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 168, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 168, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba86f; background: linear-gradient(135deg, #cba86f, #B1CB6F);