#c0d652
a balanced, vivid green · cool · closest name: khaki
RGB
192, 214, 82
HSL
70°, 62%, 58%
CMYK
10, 0, 62, 16
Luminance
0.5991
Every format
| HEX | #c0d652 |
| RGB | rgb(192, 214, 82) |
| HSL | hsl(70, 62%, 58%) |
| CMYK | cmyk(10%, 0%, 62%, 16%) |
| LAB | lab(81.8 -25.3 60.8) |
| LCH | lch(81.8 65.8 112.6) |
| OKLCH | oklch(0.834 0.158 118.0) |
Copy-ready code
/* CSS */
color: #c0d652;
background-color: #c0d652;
/* Tailwind (arbitrary) */
class="text-[#c0d652] bg-[#c0d652]"
/* SCSS */
$brand: #c0d652;
/* SwiftUI */
Color(red: 0.753, green: 0.839, blue: 0.322)
/* Android */
Color.parseColor("#c0d652")Accessibility — WCAG contrast
Aa
#c0d652 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0d652 on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green83.9%
Blue32.2%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow61.7%
Key (black)16.1%
Color previews
#c0d652 text on a black background
contrast 12.98:1
Card sample
#c0d652 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0d652;
Background color
Panel with #c0d652 background
background-color: #c0d652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0d652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 214, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 214, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0d652; background: linear-gradient(135deg, #c0d652, #68D652);