#c2ba75
a balanced, soft yellow · cool · closest name: tan
RGB
194, 186, 117
HSL
54°, 39%, 61%
CMYK
0, 4, 40, 24
Luminance
0.4787
Every format
| HEX | #c2ba75 |
| RGB | rgb(194, 186, 117) |
| HSL | hsl(54, 39%, 61%) |
| CMYK | cmyk(0%, 4%, 40%, 24%) |
| LAB | lab(74.7 -7.3 36.0) |
| LCH | lch(74.7 36.7 101.4) |
| OKLCH | oklch(0.780 0.090 102.5) |
Copy-ready code
/* CSS */
color: #c2ba75;
background-color: #c2ba75;
/* Tailwind (arbitrary) */
class="text-[#c2ba75] bg-[#c2ba75]"
/* SCSS */
$brand: #c2ba75;
/* SwiftUI */
Color(red: 0.761, green: 0.729, blue: 0.459)
/* Android */
Color.parseColor("#c2ba75")Accessibility — WCAG contrast
Aa
#c2ba75 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ba75 on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green72.9%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow39.7%
Key (black)23.9%
Color previews
#c2ba75 text on a black background
contrast 10.57:1
Card sample
#c2ba75 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ba75;
Background color
Panel with #c2ba75 background
background-color: #c2ba75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ba75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 186, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 186, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ba75; background: linear-gradient(135deg, #c2ba75, #97C275);