#c3b92b
a balanced, vivid yellow · cool · closest name: olive
RGB
195, 185, 43
HSL
56°, 64%, 47%
CMYK
0, 5, 78, 24
Luminance
0.4647
Every format
| HEX | #c3b92b |
| RGB | rgb(195, 185, 43) |
| HSL | hsl(56, 64%, 47%) |
| CMYK | cmyk(0%, 5%, 78%, 24%) |
| LAB | lab(73.8 -11.7 67.4) |
| LCH | lch(73.8 68.4 99.8) |
| OKLCH | oklch(0.771 0.152 105.2) |
Copy-ready code
/* CSS */
color: #c3b92b;
background-color: #c3b92b;
/* Tailwind (arbitrary) */
class="text-[#c3b92b] bg-[#c3b92b]"
/* SCSS */
$brand: #c3b92b;
/* SwiftUI */
Color(red: 0.765, green: 0.725, blue: 0.169)
/* Android */
Color.parseColor("#c3b92b")Accessibility — WCAG contrast
Aa
#c3b92b on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3b92b on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green72.5%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow77.9%
Key (black)23.5%
Color previews
#c3b92b text on a black background
contrast 10.29:1
Card sample
#c3b92b text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3b92b;
Background color
Panel with #c3b92b background
background-color: #c3b92b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3b92b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 185, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 185, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3b92b; background: linear-gradient(135deg, #c3b92b, #68C32B);