#c7fb13
a balanced, electric green · cool · closest name: yellow
RGB
199, 251, 19
HSL
73°, 97%, 53%
CMYK
21, 0, 92, 2
Luminance
0.8118
Every format
| HEX | #c7fb13 |
| RGB | rgb(199, 251, 19) |
| HSL | hsl(73, 97%, 53%) |
| CMYK | cmyk(21%, 0%, 92%, 2%) |
| LAB | lab(92.2 -41.9 87.5) |
| LCH | lch(92.2 97.1 115.6) |
| OKLCH | oklch(0.919 0.224 123.6) |
Copy-ready code
/* CSS */
color: #c7fb13;
background-color: #c7fb13;
/* Tailwind (arbitrary) */
class="text-[#c7fb13] bg-[#c7fb13]"
/* SCSS */
$brand: #c7fb13;
/* SwiftUI */
Color(red: 0.780, green: 0.984, blue: 0.075)
/* Android */
Color.parseColor("#c7fb13")Accessibility — WCAG contrast
Aa
#c7fb13 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7fb13 on black: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green98.4%
Blue7.5%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow92.4%
Key (black)1.6%
Color previews
#c7fb13 text on a black background
contrast 17.24:1
Card sample
#c7fb13 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7fb13;
Background color
Panel with #c7fb13 background
background-color: #c7fb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7fb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 251, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 251, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7fb13; background: linear-gradient(135deg, #c7fb13, #2CFB13);