#c4cb21
a balanced, vivid yellow · cool · closest name: gold
RGB
196, 203, 33
HSL
63°, 72%, 46%
CMYK
3, 0, 84, 20
Luminance
0.5456
Every format
| HEX | #c4cb21 |
| RGB | rgb(196, 203, 33) |
| HSL | hsl(63, 72%, 46%) |
| CMYK | cmyk(3%, 0%, 84%, 20%) |
| LAB | lab(78.8 -20.6 74.3) |
| LCH | lch(78.8 77.1 105.5) |
| OKLCH | oklch(0.810 0.173 112.3) |
Copy-ready code
/* CSS */
color: #c4cb21;
background-color: #c4cb21;
/* Tailwind (arbitrary) */
class="text-[#c4cb21] bg-[#c4cb21]"
/* SCSS */
$brand: #c4cb21;
/* SwiftUI */
Color(red: 0.769, green: 0.796, blue: 0.129)
/* Android */
Color.parseColor("#c4cb21")Accessibility — WCAG contrast
Aa
#c4cb21 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4cb21 on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green79.6%
Blue12.9%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow83.7%
Key (black)20.4%
Color previews
#c4cb21 text on a black background
contrast 11.91:1
Card sample
#c4cb21 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4cb21;
Background color
Panel with #c4cb21 background
background-color: #c4cb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4cb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 203, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 203, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4cb21; background: linear-gradient(135deg, #c4cb21, #53CB21);