#c3ab2f
a balanced, vivid yellow · cool · closest name: olive
RGB
195, 171, 47
HSL
50°, 61%, 48%
CMYK
0, 12, 76, 24
Luminance
0.4093
Every format
| HEX | #c3ab2f |
| RGB | rgb(195, 171, 47) |
| HSL | hsl(50, 61%, 48%) |
| CMYK | cmyk(0%, 12%, 76%, 24%) |
| LAB | lab(70.1 -4.3 62.7) |
| LCH | lch(70.1 62.8 93.9) |
| OKLCH | oklch(0.741 0.139 97.7) |
Copy-ready code
/* CSS */
color: #c3ab2f;
background-color: #c3ab2f;
/* Tailwind (arbitrary) */
class="text-[#c3ab2f] bg-[#c3ab2f]"
/* SCSS */
$brand: #c3ab2f;
/* SwiftUI */
Color(red: 0.765, green: 0.671, blue: 0.184)
/* Android */
Color.parseColor("#c3ab2f")Accessibility — WCAG contrast
Aa
#c3ab2f on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ab2f on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green67.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow75.9%
Key (black)23.5%
Color previews
#c3ab2f text on a black background
contrast 9.19:1
Card sample
#c3ab2f text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ab2f;
Background color
Panel with #c3ab2f background
background-color: #c3ab2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ab2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 171, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 171, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ab2f; background: linear-gradient(135deg, #c3ab2f, #78C32F);