#c4b331
a balanced, vivid yellow · cool · closest name: olive
RGB
196, 179, 49
HSL
53°, 60%, 48%
CMYK
0, 9, 75, 23
Luminance
0.4420
Every format
| HEX | #c4b331 |
| RGB | rgb(196, 179, 49) |
| HSL | hsl(53, 60%, 48%) |
| CMYK | cmyk(0%, 9%, 75%, 23%) |
| LAB | lab(72.4 -7.9 64.1) |
| LCH | lch(72.4 64.6 97.1) |
| OKLCH | oklch(0.759 0.144 101.6) |
Copy-ready code
/* CSS */
color: #c4b331;
background-color: #c4b331;
/* Tailwind (arbitrary) */
class="text-[#c4b331] bg-[#c4b331]"
/* SCSS */
$brand: #c4b331;
/* SwiftUI */
Color(red: 0.769, green: 0.702, blue: 0.192)
/* Android */
Color.parseColor("#c4b331")Accessibility — WCAG contrast
Aa
#c4b331 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4b331 on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green70.2%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow75.0%
Key (black)23.1%
Color previews
#c4b331 text on a black background
contrast 9.84:1
Card sample
#c4b331 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4b331;
Background color
Panel with #c4b331 background
background-color: #c4b331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4b331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 179, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 179, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4b331; background: linear-gradient(135deg, #c4b331, #73C431);