#6cc813
a dark, electric green · cool · closest name: green
RGB
108, 200, 19
HSL
91°, 83%, 43%
CMYK
46, 0, 91, 22
Luminance
0.4454
Every format
| HEX | #6cc813 |
| RGB | rgb(108, 200, 19) |
| HSL | hsl(91, 83%, 43%) |
| CMYK | cmyk(46%, 0%, 91%, 22%) |
| LAB | lab(72.6 -53.4 69.7) |
| LCH | lch(72.6 87.8 127.4) |
| OKLCH | oklch(0.746 0.213 134.8) |
Copy-ready code
/* CSS */
color: #6cc813;
background-color: #6cc813;
/* Tailwind (arbitrary) */
class="text-[#6cc813] bg-[#6cc813]"
/* SCSS */
$brand: #6cc813;
/* SwiftUI */
Color(red: 0.424, green: 0.784, blue: 0.075)
/* Android */
Color.parseColor("#6cc813")Accessibility — WCAG contrast
Aa
#6cc813 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cc813 on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green78.4%
Blue7.5%
CMYK percentages
Cyan46.0%
Magenta0.0%
Yellow90.5%
Key (black)21.6%
Color previews
#6cc813 text on a black background
contrast 9.91:1
Card sample
#6cc813 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cc813;
Background color
Panel with #6cc813 background
background-color: #6cc813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cc813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 200, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 200, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cc813; background: linear-gradient(135deg, #6cc813, #13C833);