#c3b331
a balanced, vivid yellow · cool · closest name: olive
RGB
195, 179, 49
HSL
53°, 60%, 48%
CMYK
0, 8, 75, 24
Luminance
0.4406
Every format
| HEX | #c3b331 |
| RGB | rgb(195, 179, 49) |
| HSL | hsl(53, 60%, 48%) |
| CMYK | cmyk(0%, 8%, 75%, 24%) |
| LAB | lab(72.3 -8.4 64.0) |
| LCH | lch(72.3 64.5 97.4) |
| OKLCH | oklch(0.758 0.144 102.0) |
Copy-ready code
/* CSS */
color: #c3b331;
background-color: #c3b331;
/* Tailwind (arbitrary) */
class="text-[#c3b331] bg-[#c3b331]"
/* SCSS */
$brand: #c3b331;
/* SwiftUI */
Color(red: 0.765, green: 0.702, blue: 0.192)
/* Android */
Color.parseColor("#c3b331")Accessibility — WCAG contrast
Aa
#c3b331 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3b331 on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green70.2%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow74.9%
Key (black)23.5%
Color previews
#c3b331 text on a black background
contrast 9.81:1
Card sample
#c3b331 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3b331;
Background color
Panel with #c3b331 background
background-color: #c3b331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3b331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 179, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 179, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3b331; background: linear-gradient(135deg, #c3b331, #72C331);