#c0d921
a balanced, vivid yellow · cool · closest name: yellow
RGB
192, 217, 33
HSL
68°, 74%, 49%
CMYK
12, 0, 85, 15
Luminance
0.6094
Every format
| HEX | #c0d921 |
| RGB | rgb(192, 217, 33) |
| HSL | hsl(68, 74%, 49%) |
| CMYK | cmyk(12%, 0%, 85%, 15%) |
| LAB | lab(82.3 -29.0 77.2) |
| LCH | lch(82.3 82.4 110.6) |
| OKLCH | oklch(0.838 0.188 118.0) |
Copy-ready code
/* CSS */
color: #c0d921;
background-color: #c0d921;
/* Tailwind (arbitrary) */
class="text-[#c0d921] bg-[#c0d921]"
/* SCSS */
$brand: #c0d921;
/* SwiftUI */
Color(red: 0.753, green: 0.851, blue: 0.129)
/* Android */
Color.parseColor("#c0d921")Accessibility — WCAG contrast
Aa
#c0d921 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0d921 on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green85.1%
Blue12.9%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow84.8%
Key (black)14.9%
Color previews
#c0d921 text on a black background
contrast 13.19:1
Card sample
#c0d921 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0d921;
Background color
Panel with #c0d921 background
background-color: #c0d921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0d921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 217, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 217, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0d921; background: linear-gradient(135deg, #c0d921, #45D921);