#c7ffb0
a light, electric green · cool · closest name: khaki
RGB
199, 255, 176
HSL
103°, 100%, 85%
CMYK
22, 0, 31, 0
Luminance
0.8680
Every format
| HEX | #c7ffb0 |
| RGB | rgb(199, 255, 176) |
| HSL | hsl(103, 100%, 85%) |
| CMYK | cmyk(22%, 0%, 31%, 0%) |
| LAB | lab(94.7 -31.6 32.2) |
| LCH | lch(94.7 45.1 134.5) |
| OKLCH | oklch(0.943 0.118 136.8) |
Copy-ready code
/* CSS */
color: #c7ffb0;
background-color: #c7ffb0;
/* Tailwind (arbitrary) */
class="text-[#c7ffb0] bg-[#c7ffb0]"
/* SCSS */
$brand: #c7ffb0;
/* SwiftUI */
Color(red: 0.780, green: 1.000, blue: 0.690)
/* Android */
Color.parseColor("#c7ffb0")Accessibility — WCAG contrast
Aa
#c7ffb0 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ffb0 on black: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green100.0%
Blue69.0%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow31.0%
Key (black)0.0%
Color previews
#c7ffb0 text on a black background
contrast 18.36:1
Card sample
#c7ffb0 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ffb0;
Background color
Panel with #c7ffb0 background
background-color: #c7ffb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ffb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 255, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 255, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ffb0; background: linear-gradient(135deg, #c7ffb0, #B0FFCE);