#c2ac5f
a balanced, soft yellow · cool · closest name: tan
RGB
194, 172, 95
HSL
47°, 45%, 57%
CMYK
0, 11, 51, 24
Luminance
0.4180
Every format
| HEX | #c2ac5f |
| RGB | rgb(194, 172, 95) |
| HSL | hsl(47, 45%, 57%) |
| CMYK | cmyk(0%, 11%, 51%, 24%) |
| LAB | lab(70.7 -2.1 42.2) |
| LCH | lch(70.7 42.3 92.8) |
| OKLCH | oklch(0.747 0.101 93.8) |
Copy-ready code
/* CSS */
color: #c2ac5f;
background-color: #c2ac5f;
/* Tailwind (arbitrary) */
class="text-[#c2ac5f] bg-[#c2ac5f]"
/* SCSS */
$brand: #c2ac5f;
/* SwiftUI */
Color(red: 0.761, green: 0.675, blue: 0.373)
/* Android */
Color.parseColor("#c2ac5f")Accessibility — WCAG contrast
Aa
#c2ac5f on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ac5f on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.5%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow51.0%
Key (black)23.9%
Color previews
#c2ac5f text on a black background
contrast 9.36:1
Card sample
#c2ac5f text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ac5f;
Background color
Panel with #c2ac5f background
background-color: #c2ac5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ac5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 172, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 172, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ac5f; background: linear-gradient(135deg, #c2ac5f, #96C25F);