#cba58f
a light, soft orange · warm · closest name: tan
RGB
203, 165, 143
HSL
22°, 37%, 68%
CMYK
0, 19, 30, 20
Luminance
0.4159
Every format
| HEX | #cba58f |
| RGB | rgb(203, 165, 143) |
| HSL | hsl(22, 37%, 68%) |
| CMYK | cmyk(0%, 19%, 30%, 20%) |
| LAB | lab(70.6 10.7 16.7) |
| LCH | lch(70.6 19.8 57.2) |
| OKLCH | oklch(0.750 0.054 51.7) |
Copy-ready code
/* CSS */
color: #cba58f;
background-color: #cba58f;
/* Tailwind (arbitrary) */
class="text-[#cba58f] bg-[#cba58f]"
/* SCSS */
$brand: #cba58f;
/* SwiftUI */
Color(red: 0.796, green: 0.647, blue: 0.561)
/* Android */
Color.parseColor("#cba58f")Accessibility — WCAG contrast
Aa
#cba58f on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba58f on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green64.7%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta18.7%
Yellow29.6%
Key (black)20.4%
Color previews
#cba58f text on a black background
contrast 9.32:1
Card sample
#cba58f text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba58f;
Background color
Panel with #cba58f background
background-color: #cba58f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba58f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 165, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 165, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba58f; background: linear-gradient(135deg, #cba58f, #C9CB8F);