#c2ab09
a dark, electric yellow · cool · closest name: gold
RGB
194, 171, 9
HSL
53°, 91%, 40%
CMYK
0, 12, 95, 24
Luminance
0.4061
Every format
| HEX | #c2ab09 |
| RGB | rgb(194, 171, 9) |
| HSL | hsl(53, 91%, 40%) |
| CMYK | cmyk(0%, 12%, 95%, 24%) |
| LAB | lab(69.9 -5.7 71.3) |
| LCH | lch(69.9 71.6 94.5) |
| OKLCH | oklch(0.739 0.152 99.4) |
Copy-ready code
/* CSS */
color: #c2ab09;
background-color: #c2ab09;
/* Tailwind (arbitrary) */
class="text-[#c2ab09] bg-[#c2ab09]"
/* SCSS */
$brand: #c2ab09;
/* SwiftUI */
Color(red: 0.761, green: 0.671, blue: 0.035)
/* Android */
Color.parseColor("#c2ab09")Accessibility — WCAG contrast
Aa
#c2ab09 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ab09 on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.1%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow95.4%
Key (black)23.9%
Color previews
#c2ab09 text on a black background
contrast 9.12:1
Card sample
#c2ab09 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ab09;
Background color
Panel with #c2ab09 background
background-color: #c2ab09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ab09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 171, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 171, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ab09; background: linear-gradient(135deg, #c2ab09, #5EC209);