#c5af89
a light, soft orange · warm · closest name: tan
RGB
197, 175, 137
HSL
38°, 34%, 66%
CMYK
0, 11, 31, 23
Luminance
0.4434
Every format
| HEX | #c5af89 |
| RGB | rgb(197, 175, 137) |
| HSL | hsl(38, 34%, 66%) |
| CMYK | cmyk(0%, 11%, 31%, 23%) |
| LAB | lab(72.5 2.2 22.4) |
| LCH | lch(72.5 22.5 84.4) |
| OKLCH | oklch(0.763 0.057 81.2) |
Copy-ready code
/* CSS */
color: #c5af89;
background-color: #c5af89;
/* Tailwind (arbitrary) */
class="text-[#c5af89] bg-[#c5af89]"
/* SCSS */
$brand: #c5af89;
/* SwiftUI */
Color(red: 0.773, green: 0.686, blue: 0.537)
/* Android */
Color.parseColor("#c5af89")Accessibility — WCAG contrast
Aa
#c5af89 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5af89 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green68.6%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow30.5%
Key (black)22.7%
Color previews
#c5af89 text on a black background
contrast 9.87:1
Card sample
#c5af89 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5af89;
Background color
Panel with #c5af89 background
background-color: #c5af89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5af89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 175, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 175, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5af89; background: linear-gradient(135deg, #c5af89, #B3C589);