#c7f490
a light, electric green · cool · closest name: khaki
RGB
199, 244, 144
HSL
87°, 82%, 76%
CMYK
18, 0, 41, 4
Luminance
0.7886
Every format
| HEX | #c7f490 |
| RGB | rgb(199, 244, 144) |
| HSL | hsl(87, 82%, 76%) |
| CMYK | cmyk(18%, 0%, 41%, 4%) |
| LAB | lab(91.2 -30.8 43.5) |
| LCH | lch(91.2 53.3 125.3) |
| OKLCH | oklch(0.913 0.136 128.6) |
Copy-ready code
/* CSS */
color: #c7f490;
background-color: #c7f490;
/* Tailwind (arbitrary) */
class="text-[#c7f490] bg-[#c7f490]"
/* SCSS */
$brand: #c7f490;
/* SwiftUI */
Color(red: 0.780, green: 0.957, blue: 0.565)
/* Android */
Color.parseColor("#c7f490")Accessibility — WCAG contrast
Aa
#c7f490 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7f490 on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green95.7%
Blue56.5%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow41.0%
Key (black)4.3%
Color previews
#c7f490 text on a black background
contrast 16.77:1
Card sample
#c7f490 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7f490;
Background color
Panel with #c7f490 background
background-color: #c7f490;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7f490;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 244, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 244, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7f490; background: linear-gradient(135deg, #c7f490, #90F49C);