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