#c7f19d
a light, electric green · cool · closest name: khaki
RGB
199, 241, 157
HSL
90°, 75%, 78%
CMYK
17, 0, 35, 6
Luminance
0.7749
Every format
| HEX | #c7f19d |
| RGB | rgb(199, 241, 157) |
| HSL | hsl(90, 75%, 78%) |
| CMYK | cmyk(17%, 0%, 35%, 6%) |
| LAB | lab(90.5 -27.7 36.3) |
| LCH | lch(90.5 45.6 127.4) |
| OKLCH | oklch(0.909 0.118 130.1) |
Copy-ready code
/* CSS */
color: #c7f19d;
background-color: #c7f19d;
/* Tailwind (arbitrary) */
class="text-[#c7f19d] bg-[#c7f19d]"
/* SCSS */
$brand: #c7f19d;
/* SwiftUI */
Color(red: 0.780, green: 0.945, blue: 0.616)
/* Android */
Color.parseColor("#c7f19d")Accessibility — WCAG contrast
Aa
#c7f19d on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7f19d on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green94.5%
Blue61.6%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow34.9%
Key (black)5.5%
Color previews
#c7f19d text on a black background
contrast 16.50:1
Card sample
#c7f19d text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7f19d;
Background color
Panel with #c7f19d background
background-color: #c7f19d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7f19d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 241, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 241, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7f19d; background: linear-gradient(135deg, #c7f19d, #9DF1AB);