#6bdc13
a balanced, electric green · cool · closest name: lime
RGB
107, 220, 19
HSL
94°, 84%, 47%
CMYK
51, 0, 91, 14
Luminance
0.5436
Every format
| HEX | #6bdc13 |
| RGB | rgb(107, 220, 19) |
| HSL | hsl(94, 84%, 47%) |
| CMYK | cmyk(51%, 0%, 91%, 14%) |
| LAB | lab(78.7 -61.0 74.7) |
| LCH | lch(78.7 96.5 129.3) |
| OKLCH | oklch(0.796 0.235 136.5) |
Copy-ready code
/* CSS */
color: #6bdc13;
background-color: #6bdc13;
/* Tailwind (arbitrary) */
class="text-[#6bdc13] bg-[#6bdc13]"
/* SCSS */
$brand: #6bdc13;
/* SwiftUI */
Color(red: 0.420, green: 0.863, blue: 0.075)
/* Android */
Color.parseColor("#6bdc13")Accessibility — WCAG contrast
Aa
#6bdc13 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bdc13 on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green86.3%
Blue7.5%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow91.4%
Key (black)13.7%
Color previews
#6bdc13 text on a black background
contrast 11.87:1
Card sample
#6bdc13 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bdc13;
Background color
Panel with #6bdc13 background
background-color: #6bdc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bdc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 220, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 220, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bdc13; background: linear-gradient(135deg, #6bdc13, #13DC41);