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