#6cd113
a dark, electric green · cool · closest name: lime
RGB
108, 209, 19
HSL
92°, 83%, 45%
CMYK
48, 0, 91, 18
Luminance
0.4884
Every format
| HEX | #6cd113 |
| RGB | rgb(108, 209, 19) |
| HSL | hsl(92, 83%, 45%) |
| CMYK | cmyk(48%, 0%, 91%, 18%) |
| LAB | lab(75.3 -56.7 72.0) |
| LCH | lch(75.3 91.7 128.2) |
| OKLCH | oklch(0.769 0.223 135.6) |
Copy-ready code
/* CSS */
color: #6cd113;
background-color: #6cd113;
/* Tailwind (arbitrary) */
class="text-[#6cd113] bg-[#6cd113]"
/* SCSS */
$brand: #6cd113;
/* SwiftUI */
Color(red: 0.424, green: 0.820, blue: 0.075)
/* Android */
Color.parseColor("#6cd113")Accessibility — WCAG contrast
Aa
#6cd113 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cd113 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green82.0%
Blue7.5%
CMYK percentages
Cyan48.3%
Magenta0.0%
Yellow90.9%
Key (black)18.0%
Color previews
#6cd113 text on a black background
contrast 10.77:1
Card sample
#6cd113 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cd113;
Background color
Panel with #6cd113 background
background-color: #6cd113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cd113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 209, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 209, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cd113; background: linear-gradient(135deg, #6cd113, #13D139);