#c3af76
a balanced, soft yellow · warm · closest name: tan
RGB
195, 175, 118
HSL
44°, 39%, 61%
CMYK
0, 10, 40, 24
Luminance
0.4357
Every format
| HEX | #c3af76 |
| RGB | rgb(195, 175, 118) |
| HSL | hsl(44, 39%, 61%) |
| CMYK | cmyk(0%, 10%, 40%, 24%) |
| LAB | lab(71.9 -0.9 31.9) |
| LCH | lch(71.9 31.9 91.7) |
| OKLCH | oklch(0.758 0.079 90.9) |
Copy-ready code
/* CSS */
color: #c3af76;
background-color: #c3af76;
/* Tailwind (arbitrary) */
class="text-[#c3af76] bg-[#c3af76]"
/* SCSS */
$brand: #c3af76;
/* SwiftUI */
Color(red: 0.765, green: 0.686, blue: 0.463)
/* Android */
Color.parseColor("#c3af76")Accessibility — WCAG contrast
Aa
#c3af76 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3af76 on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green68.6%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow39.5%
Key (black)23.5%
Color previews
#c3af76 text on a black background
contrast 9.71:1
Card sample
#c3af76 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3af76;
Background color
Panel with #c3af76 background
background-color: #c3af76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3af76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 175, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 175, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3af76; background: linear-gradient(135deg, #c3af76, #A4C376);