#c8cc2f
a balanced, vivid yellow · cool · closest name: gold
RGB
200, 204, 47
HSL
62°, 63%, 49%
CMYK
2, 0, 77, 20
Luminance
0.5567
Every format
| HEX | #c8cc2f |
| RGB | rgb(200, 204, 47) |
| HSL | hsl(62, 63%, 49%) |
| CMYK | cmyk(2%, 0%, 77%, 20%) |
| LAB | lab(79.4 -19.0 71.3) |
| LCH | lch(79.4 73.8 104.9) |
| OKLCH | oklch(0.816 0.167 111.1) |
Copy-ready code
/* CSS */
color: #c8cc2f;
background-color: #c8cc2f;
/* Tailwind (arbitrary) */
class="text-[#c8cc2f] bg-[#c8cc2f]"
/* SCSS */
$brand: #c8cc2f;
/* SwiftUI */
Color(red: 0.784, green: 0.800, blue: 0.184)
/* Android */
Color.parseColor("#c8cc2f")Accessibility — WCAG contrast
Aa
#c8cc2f on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cc2f on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green80.0%
Blue18.4%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow77.0%
Key (black)20.0%
Color previews
#c8cc2f text on a black background
contrast 12.13:1
Card sample
#c8cc2f text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cc2f;
Background color
Panel with #c8cc2f background
background-color: #c8cc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 204, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 204, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cc2f; background: linear-gradient(135deg, #c8cc2f, #5FCC2F);