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