#c0cd82
a light, soft green · cool · closest name: khaki
RGB
192, 205, 130
HSL
70°, 43%, 66%
CMYK
6, 0, 37, 20
Luminance
0.5648
Every format
| HEX | #c0cd82 |
| RGB | rgb(192, 205, 130) |
| HSL | hsl(70, 43%, 66%) |
| CMYK | cmyk(6%, 0%, 37%, 20%) |
| LAB | lab(79.9 -16.3 35.9) |
| LCH | lch(79.9 39.4 114.4) |
| OKLCH | oklch(0.821 0.099 116.6) |
Copy-ready code
/* CSS */
color: #c0cd82;
background-color: #c0cd82;
/* Tailwind (arbitrary) */
class="text-[#c0cd82] bg-[#c0cd82]"
/* SCSS */
$brand: #c0cd82;
/* SwiftUI */
Color(red: 0.753, green: 0.804, blue: 0.510)
/* Android */
Color.parseColor("#c0cd82")Accessibility — WCAG contrast
Aa
#c0cd82 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cd82 on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green80.4%
Blue51.0%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow36.6%
Key (black)19.6%
Color previews
#c0cd82 text on a black background
contrast 12.30:1
Card sample
#c0cd82 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cd82;
Background color
Panel with #c0cd82 background
background-color: #c0cd82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cd82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 205, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 205, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cd82; background: linear-gradient(135deg, #c0cd82, #8ECD82);