#c0d466
a balanced, vivid green · cool · closest name: khaki
RGB
192, 212, 102
HSL
71°, 56%, 62%
CMYK
9, 0, 52, 17
Luminance
0.5925
Every format
| HEX | #c0d466 |
| RGB | rgb(192, 212, 102) |
| HSL | hsl(71, 56%, 62%) |
| CMYK | cmyk(9%, 0%, 52%, 17%) |
| LAB | lab(81.4 -22.7 51.5) |
| LCH | lch(81.4 56.3 113.7) |
| OKLCH | oklch(0.832 0.138 118.0) |
Copy-ready code
/* CSS */
color: #c0d466;
background-color: #c0d466;
/* Tailwind (arbitrary) */
class="text-[#c0d466] bg-[#c0d466]"
/* SCSS */
$brand: #c0d466;
/* SwiftUI */
Color(red: 0.753, green: 0.831, blue: 0.400)
/* Android */
Color.parseColor("#c0d466")Accessibility — WCAG contrast
Aa
#c0d466 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0d466 on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green83.1%
Blue40.0%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow51.9%
Key (black)16.9%
Color previews
#c0d466 text on a black background
contrast 12.85:1
Card sample
#c0d466 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0d466;
Background color
Panel with #c0d466 background
background-color: #c0d466;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0d466;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 212, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 212, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0d466; background: linear-gradient(135deg, #c0d466, #77D466);