#c7ec8f
a light, vivid green · cool · closest name: khaki
RGB
199, 236, 143
HSL
84°, 71%, 74%
CMYK
16, 0, 39, 8
Luminance
0.7412
Every format
| HEX | #c7ec8f |
| RGB | rgb(199, 236, 143) |
| HSL | hsl(84, 71%, 74%) |
| CMYK | cmyk(16%, 0%, 39%, 8%) |
| LAB | lab(89.0 -27.2 41.2) |
| LCH | lch(89.0 49.3 123.4) |
| OKLCH | oklch(0.895 0.126 126.5) |
Copy-ready code
/* CSS */
color: #c7ec8f;
background-color: #c7ec8f;
/* Tailwind (arbitrary) */
class="text-[#c7ec8f] bg-[#c7ec8f]"
/* SCSS */
$brand: #c7ec8f;
/* SwiftUI */
Color(red: 0.780, green: 0.925, blue: 0.561)
/* Android */
Color.parseColor("#c7ec8f")Accessibility — WCAG contrast
Aa
#c7ec8f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ec8f on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green92.5%
Blue56.1%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow39.4%
Key (black)7.5%
Color previews
#c7ec8f text on a black background
contrast 15.82:1
Card sample
#c7ec8f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ec8f;
Background color
Panel with #c7ec8f background
background-color: #c7ec8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ec8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 236, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 236, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ec8f; background: linear-gradient(135deg, #c7ec8f, #8FEC95);