#c0d596
a light, soft green · cool · closest name: khaki
RGB
192, 213, 150
HSL
80°, 43%, 71%
CMYK
10, 0, 30, 17
Luminance
0.6100
Every format
| HEX | #c0d596 |
| RGB | rgb(192, 213, 150) |
| HSL | hsl(80, 43%, 71%) |
| CMYK | cmyk(10%, 0%, 30%, 17%) |
| LAB | lab(82.4 -17.6 28.9) |
| LCH | lch(82.4 33.9 121.4) |
| OKLCH | oklch(0.842 0.087 123.2) |
Copy-ready code
/* CSS */
color: #c0d596;
background-color: #c0d596;
/* Tailwind (arbitrary) */
class="text-[#c0d596] bg-[#c0d596]"
/* SCSS */
$brand: #c0d596;
/* SwiftUI */
Color(red: 0.753, green: 0.835, blue: 0.588)
/* Android */
Color.parseColor("#c0d596")Accessibility — WCAG contrast
Aa
#c0d596 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0d596 on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green83.5%
Blue58.8%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow29.6%
Key (black)16.5%
Color previews
#c0d596 text on a black background
contrast 13.20:1
Card sample
#c0d596 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0d596;
Background color
Panel with #c0d596 background
background-color: #c0d596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0d596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 213, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 213, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0d596; background: linear-gradient(135deg, #c0d596, #96D596);