#c2a864
a balanced, soft yellow · warm · closest name: tan
RGB
194, 168, 100
HSL
43°, 44%, 58%
CMYK
0, 13, 49, 24
Luminance
0.4039
Every format
| HEX | #c2a864 |
| RGB | rgb(194, 168, 100) |
| HSL | hsl(43, 44%, 58%) |
| CMYK | cmyk(0%, 13%, 49%, 24%) |
| LAB | lab(69.8 0.5 38.5) |
| LCH | lch(69.8 38.5 89.3) |
| OKLCH | oklch(0.740 0.092 89.2) |
Copy-ready code
/* CSS */
color: #c2a864;
background-color: #c2a864;
/* Tailwind (arbitrary) */
class="text-[#c2a864] bg-[#c2a864]"
/* SCSS */
$brand: #c2a864;
/* SwiftUI */
Color(red: 0.761, green: 0.659, blue: 0.392)
/* Android */
Color.parseColor("#c2a864")Accessibility — WCAG contrast
Aa
#c2a864 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2a864 on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green65.9%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow48.5%
Key (black)23.9%
Color previews
#c2a864 text on a black background
contrast 9.08:1
Card sample
#c2a864 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2a864;
Background color
Panel with #c2a864 background
background-color: #c2a864;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2a864;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 168, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 168, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2a864; background: linear-gradient(135deg, #c2a864, #9DC264);