#c3ad3c
a balanced, vivid yellow · cool · closest name: olive
RGB
195, 173, 60
HSL
50°, 53%, 50%
CMYK
0, 11, 69, 24
Luminance
0.4182
Every format
| HEX | #c3ad3c |
| RGB | rgb(195, 173, 60) |
| HSL | hsl(50, 53%, 50%) |
| CMYK | cmyk(0%, 11%, 69%, 24%) |
| LAB | lab(70.7 -4.7 58.3) |
| LCH | lch(70.7 58.5 94.6) |
| OKLCH | oklch(0.746 0.132 98.0) |
Copy-ready code
/* CSS */
color: #c3ad3c;
background-color: #c3ad3c;
/* Tailwind (arbitrary) */
class="text-[#c3ad3c] bg-[#c3ad3c]"
/* SCSS */
$brand: #c3ad3c;
/* SwiftUI */
Color(red: 0.765, green: 0.678, blue: 0.235)
/* Android */
Color.parseColor("#c3ad3c")Accessibility — WCAG contrast
Aa
#c3ad3c on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ad3c on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green67.8%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow69.2%
Key (black)23.5%
Color previews
#c3ad3c text on a black background
contrast 9.36:1
Card sample
#c3ad3c text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ad3c;
Background color
Panel with #c3ad3c background
background-color: #c3ad3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ad3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 173, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 173, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ad3c; background: linear-gradient(135deg, #c3ad3c, #7FC33C);