#cbab8f
a light, soft orange · warm · closest name: tan
RGB
203, 171, 143
HSL
28°, 37%, 68%
CMYK
0, 16, 30, 20
Luminance
0.4381
Every format
| HEX | #cbab8f |
| RGB | rgb(203, 171, 143) |
| HSL | hsl(28, 37%, 68%) |
| CMYK | cmyk(0%, 16%, 30%, 20%) |
| LAB | lab(72.1 7.5 18.8) |
| LCH | lch(72.1 20.2 68.2) |
| OKLCH | oklch(0.762 0.054 63.1) |
Copy-ready code
/* CSS */
color: #cbab8f;
background-color: #cbab8f;
/* Tailwind (arbitrary) */
class="text-[#cbab8f] bg-[#cbab8f]"
/* SCSS */
$brand: #cbab8f;
/* SwiftUI */
Color(red: 0.796, green: 0.671, blue: 0.561)
/* Android */
Color.parseColor("#cbab8f")Accessibility — WCAG contrast
Aa
#cbab8f on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbab8f on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.1%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta15.8%
Yellow29.6%
Key (black)20.4%
Color previews
#cbab8f text on a black background
contrast 9.76:1
Card sample
#cbab8f text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbab8f;
Background color
Panel with #cbab8f background
background-color: #cbab8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbab8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 171, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 171, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbab8f; background: linear-gradient(135deg, #cbab8f, #C3CB8F);