#c2ab42
a balanced, vivid yellow · cool · closest name: olive
RGB
194, 171, 66
HSL
49°, 51%, 51%
CMYK
0, 12, 66, 24
Luminance
0.4099
Every format
| HEX | #c2ab42 |
| RGB | rgb(194, 171, 66) |
| HSL | hsl(49, 51%, 51%) |
| CMYK | cmyk(0%, 12%, 66%, 24%) |
| LAB | lab(70.2 -3.7 55.2) |
| LCH | lch(70.2 55.3 93.9) |
| OKLCH | oklch(0.742 0.126 96.8) |
Copy-ready code
/* CSS */
color: #c2ab42;
background-color: #c2ab42;
/* Tailwind (arbitrary) */
class="text-[#c2ab42] bg-[#c2ab42]"
/* SCSS */
$brand: #c2ab42;
/* SwiftUI */
Color(red: 0.761, green: 0.671, blue: 0.259)
/* Android */
Color.parseColor("#c2ab42")Accessibility — WCAG contrast
Aa
#c2ab42 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ab42 on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.1%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow66.0%
Key (black)23.9%
Color previews
#c2ab42 text on a black background
contrast 9.20:1
Card sample
#c2ab42 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ab42;
Background color
Panel with #c2ab42 background
background-color: #c2ab42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ab42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 171, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 171, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ab42; background: linear-gradient(135deg, #c2ab42, #84C242);