#cba976
a balanced, vivid orange · warm · closest name: tan
RGB
203, 169, 118
HSL
36°, 45%, 63%
CMYK
0, 17, 42, 20
Luminance
0.4238
Every format
| HEX | #cba976 |
| RGB | rgb(203, 169, 118) |
| HSL | hsl(36, 45%, 63%) |
| CMYK | cmyk(0%, 17%, 42%, 20%) |
| LAB | lab(71.1 5.5 30.9) |
| LCH | lch(71.1 31.4 79.9) |
| OKLCH | oklch(0.753 0.078 77.2) |
Copy-ready code
/* CSS */
color: #cba976;
background-color: #cba976;
/* Tailwind (arbitrary) */
class="text-[#cba976] bg-[#cba976]"
/* SCSS */
$brand: #cba976;
/* SwiftUI */
Color(red: 0.796, green: 0.663, blue: 0.463)
/* Android */
Color.parseColor("#cba976")Accessibility — WCAG contrast
Aa
#cba976 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba976 on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green66.3%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow41.9%
Key (black)20.4%
Color previews
#cba976 text on a black background
contrast 9.48:1
Card sample
#cba976 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba976;
Background color
Panel with #cba976 background
background-color: #cba976;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba976;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 169, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 169, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba976; background: linear-gradient(135deg, #cba976, #B4CB76);