#c7f113
a balanced, electric green · cool · closest name: yellow
RGB
199, 241, 19
HSL
71°, 89%, 51%
CMYK
17, 0, 92, 6
Luminance
0.7510
Every format
| HEX | #c7f113 |
| RGB | rgb(199, 241, 19) |
| HSL | hsl(71, 89%, 51%) |
| CMYK | cmyk(17%, 0%, 92%, 6%) |
| LAB | lab(89.4 -37.5 85.3) |
| LCH | lch(89.4 93.2 113.7) |
| OKLCH | oklch(0.896 0.214 121.6) |
Copy-ready code
/* CSS */
color: #c7f113;
background-color: #c7f113;
/* Tailwind (arbitrary) */
class="text-[#c7f113] bg-[#c7f113]"
/* SCSS */
$brand: #c7f113;
/* SwiftUI */
Color(red: 0.780, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#c7f113")Accessibility — WCAG contrast
Aa
#c7f113 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7f113 on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green94.5%
Blue7.5%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#c7f113 text on a black background
contrast 16.02:1
Card sample
#c7f113 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7f113;
Background color
Panel with #c7f113 background
background-color: #c7f113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7f113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7f113; background: linear-gradient(135deg, #c7f113, #33F113);