#c4cc33
a balanced, vivid yellow · cool · closest name: gold
RGB
196, 204, 51
HSL
63°, 60%, 50%
CMYK
4, 0, 75, 20
Luminance
0.5516
Every format
| HEX | #c4cc33 |
| RGB | rgb(196, 204, 51) |
| HSL | hsl(63, 60%, 50%) |
| CMYK | cmyk(4%, 0%, 75%, 20%) |
| LAB | lab(79.1 -20.5 69.7) |
| LCH | lch(79.1 72.7 106.4) |
| OKLCH | oklch(0.813 0.166 112.6) |
Copy-ready code
/* CSS */
color: #c4cc33;
background-color: #c4cc33;
/* Tailwind (arbitrary) */
class="text-[#c4cc33] bg-[#c4cc33]"
/* SCSS */
$brand: #c4cc33;
/* SwiftUI */
Color(red: 0.769, green: 0.800, blue: 0.200)
/* Android */
Color.parseColor("#c4cc33")Accessibility — WCAG contrast
Aa
#c4cc33 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4cc33 on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green80.0%
Blue20.0%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow75.0%
Key (black)20.0%
Color previews
#c4cc33 text on a black background
contrast 12.03:1
Card sample
#c4cc33 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4cc33;
Background color
Panel with #c4cc33 background
background-color: #c4cc33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4cc33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 204, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 204, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4cc33; background: linear-gradient(135deg, #c4cc33, #5ECC33);