#c7d590
a light, vivid green · cool · closest name: khaki
RGB
199, 213, 144
HSL
72°, 45%, 70%
CMYK
7, 0, 32, 17
Luminance
0.6174
Every format
| HEX | #c7d590 |
| RGB | rgb(199, 213, 144) |
| HSL | hsl(72, 45%, 70%) |
| CMYK | cmyk(7%, 0%, 32%, 17%) |
| LAB | lab(82.8 -15.8 32.6) |
| LCH | lch(82.8 36.2 115.9) |
| OKLCH | oklch(0.846 0.092 117.7) |
Copy-ready code
/* CSS */
color: #c7d590;
background-color: #c7d590;
/* Tailwind (arbitrary) */
class="text-[#c7d590] bg-[#c7d590]"
/* SCSS */
$brand: #c7d590;
/* SwiftUI */
Color(red: 0.780, green: 0.835, blue: 0.565)
/* Android */
Color.parseColor("#c7d590")Accessibility — WCAG contrast
Aa
#c7d590 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7d590 on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green83.5%
Blue56.5%
CMYK percentages
Cyan6.6%
Magenta0.0%
Yellow32.4%
Key (black)16.5%
Color previews
#c7d590 text on a black background
contrast 13.35:1
Card sample
#c7d590 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7d590;
Background color
Panel with #c7d590 background
background-color: #c7d590;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7d590;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 213, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 213, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7d590; background: linear-gradient(135deg, #c7d590, #99D590);