#c8ab9d
a light, soft orange · warm · closest name: tan
RGB
200, 171, 157
HSL
20°, 28%, 70%
CMYK
0, 15, 22, 22
Luminance
0.4384
Every format
| HEX | #c8ab9d |
| RGB | rgb(200, 171, 157) |
| HSL | hsl(20, 28%, 70%) |
| CMYK | cmyk(0%, 15%, 22%, 22%) |
| LAB | lab(72.1 8.3 11.1) |
| LCH | lch(72.1 13.9 53.2) |
| OKLCH | oklch(0.763 0.039 47.3) |
Copy-ready code
/* CSS */
color: #c8ab9d;
background-color: #c8ab9d;
/* Tailwind (arbitrary) */
class="text-[#c8ab9d] bg-[#c8ab9d]"
/* SCSS */
$brand: #c8ab9d;
/* SwiftUI */
Color(red: 0.784, green: 0.671, blue: 0.616)
/* Android */
Color.parseColor("#c8ab9d")Accessibility — WCAG contrast
Aa
#c8ab9d on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8ab9d on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green67.1%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow21.5%
Key (black)21.6%
Color previews
#c8ab9d text on a black background
contrast 9.77:1
Card sample
#c8ab9d text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8ab9d;
Background color
Panel with #c8ab9d background
background-color: #c8ab9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8ab9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 171, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 171, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8ab9d; background: linear-gradient(135deg, #c8ab9d, #C8C89D);