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