#cba38f
a light, soft orange · warm · closest name: tan
RGB
203, 163, 143
HSL
20°, 37%, 68%
CMYK
0, 20, 30, 20
Luminance
0.4087
Every format
| HEX | #cba38f |
| RGB | rgb(203, 163, 143) |
| HSL | hsl(20, 37%, 68%) |
| CMYK | cmyk(0%, 20%, 30%, 20%) |
| LAB | lab(70.1 11.8 16.0) |
| LCH | lch(70.1 19.9 53.5) |
| OKLCH | oklch(0.747 0.055 48.0) |
Copy-ready code
/* CSS */
color: #cba38f;
background-color: #cba38f;
/* Tailwind (arbitrary) */
class="text-[#cba38f] bg-[#cba38f]"
/* SCSS */
$brand: #cba38f;
/* SwiftUI */
Color(red: 0.796, green: 0.639, blue: 0.561)
/* Android */
Color.parseColor("#cba38f")Accessibility — WCAG contrast
Aa
#cba38f on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba38f on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green63.9%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow29.6%
Key (black)20.4%
Color previews
#cba38f text on a black background
contrast 9.17:1
Card sample
#cba38f text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba38f;
Background color
Panel with #cba38f background
background-color: #cba38f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba38f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 163, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 163, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba38f; background: linear-gradient(135deg, #cba38f, #CBCB8F);