#c2ba02
a dark, electric yellow · cool · closest name: gold
RGB
194, 186, 2
HSL
58°, 98%, 38%
CMYK
0, 4, 99, 24
Luminance
0.4659
Every format
| HEX | #c2ba02 |
| RGB | rgb(194, 186, 2) |
| HSL | hsl(58, 98%, 38%) |
| CMYK | cmyk(0%, 4%, 99%, 24%) |
| LAB | lab(73.9 -13.5 75.1) |
| LCH | lch(73.9 76.3 100.2) |
| OKLCH | oklch(0.771 0.165 106.6) |
Copy-ready code
/* CSS */
color: #c2ba02;
background-color: #c2ba02;
/* Tailwind (arbitrary) */
class="text-[#c2ba02] bg-[#c2ba02]"
/* SCSS */
$brand: #c2ba02;
/* SwiftUI */
Color(red: 0.761, green: 0.729, blue: 0.008)
/* Android */
Color.parseColor("#c2ba02")Accessibility — WCAG contrast
Aa
#c2ba02 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ba02 on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green72.9%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow99.0%
Key (black)23.9%
Color previews
#c2ba02 text on a black background
contrast 10.32:1
Card sample
#c2ba02 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ba02;
Background color
Panel with #c2ba02 background
background-color: #c2ba02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ba02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 186, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 186, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ba02; background: linear-gradient(135deg, #c2ba02, #4AC202);