#c0d481
a light, vivid green · cool · closest name: khaki
RGB
192, 212, 129
HSL
75°, 49%, 67%
CMYK
9, 0, 39, 17
Luminance
0.5988
Every format
| HEX | #c0d481 |
| RGB | rgb(192, 212, 129) |
| HSL | hsl(75, 49%, 67%) |
| CMYK | cmyk(9%, 0%, 39%, 17%) |
| LAB | lab(81.8 -19.9 38.8) |
| LCH | lch(81.8 43.6 117.1) |
| OKLCH | oklch(0.836 0.110 119.9) |
Copy-ready code
/* CSS */
color: #c0d481;
background-color: #c0d481;
/* Tailwind (arbitrary) */
class="text-[#c0d481] bg-[#c0d481]"
/* SCSS */
$brand: #c0d481;
/* SwiftUI */
Color(red: 0.753, green: 0.831, blue: 0.506)
/* Android */
Color.parseColor("#c0d481")Accessibility — WCAG contrast
Aa
#c0d481 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0d481 on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green83.1%
Blue50.6%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow39.2%
Key (black)16.9%
Color previews
#c0d481 text on a black background
contrast 12.98:1
Card sample
#c0d481 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0d481;
Background color
Panel with #c0d481 background
background-color: #c0d481;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0d481;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 212, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 212, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0d481; background: linear-gradient(135deg, #c0d481, #89D481);