#c3ba2f
a balanced, vivid yellow · cool · closest name: olive
RGB
195, 186, 47
HSL
56°, 61%, 48%
CMYK
0, 5, 76, 24
Luminance
0.4693
Every format
| HEX | #c3ba2f |
| RGB | rgb(195, 186, 47) |
| HSL | hsl(56, 61%, 48%) |
| CMYK | cmyk(0%, 5%, 76%, 24%) |
| LAB | lab(74.1 -12.1 66.4) |
| LCH | lch(74.1 67.5 100.3) |
| OKLCH | oklch(0.773 0.151 105.6) |
Copy-ready code
/* CSS */
color: #c3ba2f;
background-color: #c3ba2f;
/* Tailwind (arbitrary) */
class="text-[#c3ba2f] bg-[#c3ba2f]"
/* SCSS */
$brand: #c3ba2f;
/* SwiftUI */
Color(red: 0.765, green: 0.729, blue: 0.184)
/* Android */
Color.parseColor("#c3ba2f")Accessibility — WCAG contrast
Aa
#c3ba2f on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ba2f on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green72.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow75.9%
Key (black)23.5%
Color previews
#c3ba2f text on a black background
contrast 10.39:1
Card sample
#c3ba2f text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ba2f;
Background color
Panel with #c3ba2f background
background-color: #c3ba2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ba2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 186, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 186, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ba2f; background: linear-gradient(135deg, #c3ba2f, #69C32F);