#c7ff61
a light, electric green · cool · closest name: yellow
RGB
199, 255, 97
HSL
81°, 100%, 69%
CMYK
22, 0, 62, 0
Luminance
0.8453
Every format
| HEX | #c7ff61 |
| RGB | rgb(199, 255, 97) |
| HSL | hsl(81, 100%, 69%) |
| CMYK | cmyk(22%, 0%, 62%, 0%) |
| LAB | lab(93.7 -40.4 67.7) |
| LCH | lch(93.7 78.8 120.8) |
| OKLCH | oklch(0.932 0.193 126.5) |
Copy-ready code
/* CSS */
color: #c7ff61;
background-color: #c7ff61;
/* Tailwind (arbitrary) */
class="text-[#c7ff61] bg-[#c7ff61]"
/* SCSS */
$brand: #c7ff61;
/* SwiftUI */
Color(red: 0.780, green: 1.000, blue: 0.380)
/* Android */
Color.parseColor("#c7ff61")Accessibility — WCAG contrast
Aa
#c7ff61 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ff61 on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green100.0%
Blue38.0%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow62.0%
Key (black)0.0%
Color previews
#c7ff61 text on a black background
contrast 17.91:1
Card sample
#c7ff61 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ff61;
Background color
Panel with #c7ff61 background
background-color: #c7ff61;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ff61;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 255, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 255, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ff61; background: linear-gradient(135deg, #c7ff61, #61FF64);