#c3af87
a balanced, soft yellow · warm · closest name: tan
RGB
195, 175, 135
HSL
40°, 33%, 65%
CMYK
0, 10, 31, 24
Luminance
0.4401
Every format
| HEX | #c3af87 |
| RGB | rgb(195, 175, 135) |
| HSL | hsl(40, 33%, 65%) |
| CMYK | cmyk(0%, 10%, 31%, 24%) |
| LAB | lab(72.2 1.1 23.2) |
| LCH | lch(72.2 23.2 87.2) |
| OKLCH | oklch(0.761 0.059 84.4) |
Copy-ready code
/* CSS */
color: #c3af87;
background-color: #c3af87;
/* Tailwind (arbitrary) */
class="text-[#c3af87] bg-[#c3af87]"
/* SCSS */
$brand: #c3af87;
/* SwiftUI */
Color(red: 0.765, green: 0.686, blue: 0.529)
/* Android */
Color.parseColor("#c3af87")Accessibility — WCAG contrast
Aa
#c3af87 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3af87 on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green68.6%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow30.8%
Key (black)23.5%
Color previews
#c3af87 text on a black background
contrast 9.80:1
Card sample
#c3af87 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3af87;
Background color
Panel with #c3af87 background
background-color: #c3af87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3af87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 175, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 175, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3af87; background: linear-gradient(135deg, #c3af87, #AFC387);