#c8af9d
a light, soft orange · warm · closest name: tan
RGB
200, 175, 157
HSL
25°, 28%, 70%
CMYK
0, 13, 22, 22
Luminance
0.4537
Every format
| HEX | #c8af9d |
| RGB | rgb(200, 175, 157) |
| HSL | hsl(25, 28%, 70%) |
| CMYK | cmyk(0%, 13%, 22%, 22%) |
| LAB | lab(73.1 6.2 12.6) |
| LCH | lch(73.1 14.0 63.9) |
| OKLCH | oklch(0.771 0.038 57.9) |
Copy-ready code
/* CSS */
color: #c8af9d;
background-color: #c8af9d;
/* Tailwind (arbitrary) */
class="text-[#c8af9d] bg-[#c8af9d]"
/* SCSS */
$brand: #c8af9d;
/* SwiftUI */
Color(red: 0.784, green: 0.686, blue: 0.616)
/* Android */
Color.parseColor("#c8af9d")Accessibility — WCAG contrast
Aa
#c8af9d on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8af9d on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green68.6%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow21.5%
Key (black)21.6%
Color previews
#c8af9d text on a black background
contrast 10.07:1
Card sample
#c8af9d text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8af9d;
Background color
Panel with #c8af9d background
background-color: #c8af9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8af9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 175, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 175, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8af9d; background: linear-gradient(135deg, #c8af9d, #C4C89D);