#c2b032
a balanced, vivid yellow · cool · closest name: olive
RGB
194, 176, 50
HSL
53°, 59%, 48%
CMYK
0, 9, 74, 24
Luminance
0.4275
Every format
| HEX | #c2b032 |
| RGB | rgb(194, 176, 50) |
| HSL | hsl(53, 59%, 48%) |
| CMYK | cmyk(0%, 9%, 74%, 24%) |
| LAB | lab(71.4 -7.2 62.8) |
| LCH | lch(71.4 63.2 96.5) |
| OKLCH | oklch(0.751 0.141 100.9) |
Copy-ready code
/* CSS */
color: #c2b032;
background-color: #c2b032;
/* Tailwind (arbitrary) */
class="text-[#c2b032] bg-[#c2b032]"
/* SCSS */
$brand: #c2b032;
/* SwiftUI */
Color(red: 0.761, green: 0.690, blue: 0.196)
/* Android */
Color.parseColor("#c2b032")Accessibility — WCAG contrast
Aa
#c2b032 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2b032 on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green69.0%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow74.2%
Key (black)23.9%
Color previews
#c2b032 text on a black background
contrast 9.55:1
Card sample
#c2b032 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2b032;
Background color
Panel with #c2b032 background
background-color: #c2b032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2b032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 176, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 176, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2b032; background: linear-gradient(135deg, #c2b032, #74C232);