#c2cc0f
a dark, electric yellow · cool · closest name: gold
RGB
194, 204, 15
HSL
63°, 86%, 43%
CMYK
5, 0, 93, 20
Luminance
0.5469
Every format
| HEX | #c2cc0f |
| RGB | rgb(194, 204, 15) |
| HSL | hsl(63, 86%, 43%) |
| CMYK | cmyk(5%, 0%, 93%, 20%) |
| LAB | lab(78.9 -22.3 77.4) |
| LCH | lch(78.9 80.6 106.1) |
| OKLCH | oklch(0.810 0.179 113.3) |
Copy-ready code
/* CSS */
color: #c2cc0f;
background-color: #c2cc0f;
/* Tailwind (arbitrary) */
class="text-[#c2cc0f] bg-[#c2cc0f]"
/* SCSS */
$brand: #c2cc0f;
/* SwiftUI */
Color(red: 0.761, green: 0.800, blue: 0.059)
/* Android */
Color.parseColor("#c2cc0f")Accessibility — WCAG contrast
Aa
#c2cc0f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cc0f on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.0%
Blue5.9%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow92.6%
Key (black)20.0%
Color previews
#c2cc0f text on a black background
contrast 11.94:1
Card sample
#c2cc0f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cc0f;
Background color
Panel with #c2cc0f background
background-color: #c2cc0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cc0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 204, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 204, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cc0f; background: linear-gradient(135deg, #c2cc0f, #44CC0F);