#c3c35f
a balanced, vivid yellow · cool · closest name: khaki
RGB
195, 195, 95
HSL
60°, 46%, 57%
CMYK
0, 0, 51, 24
Luminance
0.5146
Every format
| HEX | #c3c35f |
| RGB | rgb(195, 195, 95) |
| HSL | hsl(60, 46%, 57%) |
| CMYK | cmyk(0%, 0%, 51%, 24%) |
| LAB | lab(77.0 -13.6 49.6) |
| LCH | lch(77.0 51.5 105.4) |
| OKLCH | oklch(0.797 0.123 108.9) |
Copy-ready code
/* CSS */
color: #c3c35f;
background-color: #c3c35f;
/* Tailwind (arbitrary) */
class="text-[#c3c35f] bg-[#c3c35f]"
/* SCSS */
$brand: #c3c35f;
/* SwiftUI */
Color(red: 0.765, green: 0.765, blue: 0.373)
/* Android */
Color.parseColor("#c3c35f")Accessibility — WCAG contrast
Aa
#c3c35f on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3c35f on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green76.5%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow51.3%
Key (black)23.5%
Color previews
#c3c35f text on a black background
contrast 11.29:1
Card sample
#c3c35f text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3c35f;
Background color
Panel with #c3c35f background
background-color: #c3c35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3c35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 195, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 195, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3c35f; background: linear-gradient(135deg, #c3c35f, #80C35F);