#15c708
a dark, electric green · cool · closest name: lime
RGB
21, 199, 8
HSL
116°, 92%, 41%
CMYK
89, 0, 96, 22
Luminance
0.4102
Every format
| HEX | #15c708 |
| RGB | rgb(21, 199, 8) |
| HSL | hsl(116, 92%, 41%) |
| CMYK | cmyk(89%, 0%, 96%, 22%) |
| LAB | lab(70.2 -70.3 68.3) |
| LCH | lch(70.2 98.0 135.8) |
| OKLCH | oklch(0.720 0.242 142.3) |
Copy-ready code
/* CSS */
color: #15c708;
background-color: #15c708;
/* Tailwind (arbitrary) */
class="text-[#15c708] bg-[#15c708]"
/* SCSS */
$brand: #15c708;
/* SwiftUI */
Color(red: 0.082, green: 0.780, blue: 0.031)
/* Android */
Color.parseColor("#15c708")Accessibility — WCAG contrast
Aa
#15c708 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#15c708 on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green78.0%
Blue3.1%
CMYK percentages
Cyan89.4%
Magenta0.0%
Yellow96.0%
Key (black)22.0%
Color previews
#15c708 text on a black background
contrast 9.20:1
Card sample
#15c708 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #15c708;
Background color
Panel with #15c708 background
background-color: #15c708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #15c708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 199, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 199, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #15c708; background: linear-gradient(135deg, #15c708, #08C77A);