#c0dc2f
a balanced, vivid yellow · cool · closest name: yellow
RGB
192, 220, 47
HSL
70°, 71%, 52%
CMYK
13, 0, 79, 14
Luminance
0.6260
Every format
| HEX | #c0dc2f |
| RGB | rgb(192, 220, 47) |
| HSL | hsl(70, 71%, 52%) |
| CMYK | cmyk(13%, 0%, 79%, 14%) |
| LAB | lab(83.2 -30.0 74.5) |
| LCH | lch(83.2 80.3 111.9) |
| OKLCH | oklch(0.845 0.186 119.0) |
Copy-ready code
/* CSS */
color: #c0dc2f;
background-color: #c0dc2f;
/* Tailwind (arbitrary) */
class="text-[#c0dc2f] bg-[#c0dc2f]"
/* SCSS */
$brand: #c0dc2f;
/* SwiftUI */
Color(red: 0.753, green: 0.863, blue: 0.184)
/* Android */
Color.parseColor("#c0dc2f")Accessibility — WCAG contrast
Aa
#c0dc2f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0dc2f on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green86.3%
Blue18.4%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow78.6%
Key (black)13.7%
Color previews
#c0dc2f text on a black background
contrast 13.52:1
Card sample
#c0dc2f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0dc2f;
Background color
Panel with #c0dc2f background
background-color: #c0dc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0dc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 220, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 220, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0dc2f; background: linear-gradient(135deg, #c0dc2f, #4DDC2F);