#c5af95
a light, soft orange · warm · closest name: tan
RGB
197, 175, 149
HSL
33°, 29%, 68%
CMYK
0, 11, 24, 23
Luminance
0.4470
Every format
| HEX | #c5af95 |
| RGB | rgb(197, 175, 149) |
| HSL | hsl(33, 29%, 68%) |
| CMYK | cmyk(0%, 11%, 24%, 23%) |
| LAB | lab(72.7 3.8 16.3) |
| LCH | lch(72.7 16.7 76.7) |
| OKLCH | oklch(0.766 0.044 71.7) |
Copy-ready code
/* CSS */
color: #c5af95;
background-color: #c5af95;
/* Tailwind (arbitrary) */
class="text-[#c5af95] bg-[#c5af95]"
/* SCSS */
$brand: #c5af95;
/* SwiftUI */
Color(red: 0.773, green: 0.686, blue: 0.584)
/* Android */
Color.parseColor("#c5af95")Accessibility — WCAG contrast
Aa
#c5af95 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5af95 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green68.6%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow24.4%
Key (black)22.7%
Color previews
#c5af95 text on a black background
contrast 9.94:1
Card sample
#c5af95 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5af95;
Background color
Panel with #c5af95 background
background-color: #c5af95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5af95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 175, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 175, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5af95; background: linear-gradient(135deg, #c5af95, #BBC595);