#c7af89
a light, soft orange · warm · closest name: tan
RGB
199, 175, 137
HSL
37°, 36%, 66%
CMYK
0, 12, 31, 22
Luminance
0.4461
Every format
| HEX | #c7af89 |
| RGB | rgb(199, 175, 137) |
| HSL | hsl(37, 36%, 66%) |
| CMYK | cmyk(0%, 12%, 31%, 22%) |
| LAB | lab(72.6 3.0 22.7) |
| LCH | lch(72.6 22.9 82.5) |
| OKLCH | oklch(0.765 0.058 79.1) |
Copy-ready code
/* CSS */
color: #c7af89;
background-color: #c7af89;
/* Tailwind (arbitrary) */
class="text-[#c7af89] bg-[#c7af89]"
/* SCSS */
$brand: #c7af89;
/* SwiftUI */
Color(red: 0.780, green: 0.686, blue: 0.537)
/* Android */
Color.parseColor("#c7af89")Accessibility — WCAG contrast
Aa
#c7af89 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7af89 on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.6%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow31.2%
Key (black)22.0%
Color previews
#c7af89 text on a black background
contrast 9.92:1
Card sample
#c7af89 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7af89;
Background color
Panel with #c7af89 background
background-color: #c7af89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7af89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 175, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 175, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7af89; background: linear-gradient(135deg, #c7af89, #B6C789);