#79cf13
a dark, electric green · cool · closest name: green
RGB
121, 207, 19
HSL
87°, 83%, 44%
CMYK
42, 0, 91, 19
Luminance
0.4874
Every format
| HEX | #79cf13 |
| RGB | rgb(121, 207, 19) |
| HSL | hsl(87, 83%, 44%) |
| CMYK | cmyk(42%, 0%, 91%, 19%) |
| LAB | lab(75.3 -51.9 72.2) |
| LCH | lch(75.3 88.9 125.7) |
| OKLCH | oklch(0.770 0.214 133.3) |
Copy-ready code
/* CSS */
color: #79cf13;
background-color: #79cf13;
/* Tailwind (arbitrary) */
class="text-[#79cf13] bg-[#79cf13]"
/* SCSS */
$brand: #79cf13;
/* SwiftUI */
Color(red: 0.475, green: 0.812, blue: 0.075)
/* Android */
Color.parseColor("#79cf13")Accessibility — WCAG contrast
Aa
#79cf13 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79cf13 on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green81.2%
Blue7.5%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow90.8%
Key (black)18.8%
Color previews
#79cf13 text on a black background
contrast 10.75:1
Card sample
#79cf13 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79cf13;
Background color
Panel with #79cf13 background
background-color: #79cf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79cf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 207, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 207, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79cf13; background: linear-gradient(135deg, #79cf13, #13CF2A);