#6fe813
a balanced, electric green · cool · closest name: lime
RGB
111, 232, 19
HSL
94°, 85%, 49%
CMYK
52, 0, 92, 9
Luminance
0.6114
Every format
| HEX | #6fe813 |
| RGB | rgb(111, 232, 19) |
| HSL | hsl(94, 85%, 49%) |
| CMYK | cmyk(52%, 0%, 92%, 9%) |
| LAB | lab(82.5 -64.2 77.9) |
| LCH | lch(82.5 100.9 129.5) |
| OKLCH | oklch(0.828 0.246 136.7) |
Copy-ready code
/* CSS */
color: #6fe813;
background-color: #6fe813;
/* Tailwind (arbitrary) */
class="text-[#6fe813] bg-[#6fe813]"
/* SCSS */
$brand: #6fe813;
/* SwiftUI */
Color(red: 0.435, green: 0.910, blue: 0.075)
/* Android */
Color.parseColor("#6fe813")Accessibility — WCAG contrast
Aa
#6fe813 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fe813 on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green91.0%
Blue7.5%
CMYK percentages
Cyan52.2%
Magenta0.0%
Yellow91.8%
Key (black)9.0%
Color previews
#6fe813 text on a black background
contrast 13.23:1
Card sample
#6fe813 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fe813;
Background color
Panel with #6fe813 background
background-color: #6fe813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fe813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 232, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 232, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fe813; background: linear-gradient(135deg, #6fe813, #13E845);