#c3c58b
a light, soft yellow · cool · closest name: tan
RGB
195, 197, 139
HSL
62°, 33%, 66%
CMYK
1, 0, 29, 23
Luminance
0.5340
Every format
| HEX | #c3c58b |
| RGB | rgb(195, 197, 139) |
| HSL | hsl(62, 33%, 66%) |
| CMYK | cmyk(1%, 0%, 29%, 23%) |
| LAB | lab(78.1 -9.9 28.9) |
| LCH | lch(78.1 30.6 108.9) |
| OKLCH | oklch(0.808 0.077 109.7) |
Copy-ready code
/* CSS */
color: #c3c58b;
background-color: #c3c58b;
/* Tailwind (arbitrary) */
class="text-[#c3c58b] bg-[#c3c58b]"
/* SCSS */
$brand: #c3c58b;
/* SwiftUI */
Color(red: 0.765, green: 0.773, blue: 0.545)
/* Android */
Color.parseColor("#c3c58b")Accessibility — WCAG contrast
Aa
#c3c58b on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3c58b on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green77.3%
Blue54.5%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow29.4%
Key (black)22.7%
Color previews
#c3c58b text on a black background
contrast 11.68:1
Card sample
#c3c58b text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3c58b;
Background color
Panel with #c3c58b background
background-color: #c3c58b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3c58b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 197, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 197, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3c58b; background: linear-gradient(135deg, #c3c58b, #9CC58B);