#c0af95
a light, soft orange · warm · closest name: tan
RGB
192, 175, 149
HSL
36°, 25%, 67%
CMYK
0, 9, 22, 25
Luminance
0.4404
Every format
| HEX | #c0af95 |
| RGB | rgb(192, 175, 149) |
| HSL | hsl(36, 25%, 67%) |
| CMYK | cmyk(0%, 9%, 22%, 25%) |
| LAB | lab(72.3 1.9 15.6) |
| LCH | lch(72.3 15.7 83.0) |
| OKLCH | oklch(0.762 0.041 78.5) |
Copy-ready code
/* CSS */
color: #c0af95;
background-color: #c0af95;
/* Tailwind (arbitrary) */
class="text-[#c0af95] bg-[#c0af95]"
/* SCSS */
$brand: #c0af95;
/* SwiftUI */
Color(red: 0.753, green: 0.686, blue: 0.584)
/* Android */
Color.parseColor("#c0af95")Accessibility — WCAG contrast
Aa
#c0af95 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0af95 on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green68.6%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow22.4%
Key (black)24.7%
Color previews
#c0af95 text on a black background
contrast 9.81:1
Card sample
#c0af95 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0af95;
Background color
Panel with #c0af95 background
background-color: #c0af95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0af95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 175, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 175, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0af95; background: linear-gradient(135deg, #c0af95, #B4C095);