#6ae511
a balanced, electric green · cool · closest name: lime
RGB
106, 229, 17
HSL
95°, 86%, 48%
CMYK
54, 0, 93, 10
Luminance
0.5914
Every format
| HEX | #6ae511 |
| RGB | rgb(106, 229, 17) |
| HSL | hsl(95, 86%, 48%) |
| CMYK | cmyk(54%, 0%, 93%, 10%) |
| LAB | lab(81.4 -64.5 77.2) |
| LCH | lch(81.4 100.6 129.9) |
| OKLCH | oklch(0.818 0.245 137.1) |
Copy-ready code
/* CSS */
color: #6ae511;
background-color: #6ae511;
/* Tailwind (arbitrary) */
class="text-[#6ae511] bg-[#6ae511]"
/* SCSS */
$brand: #6ae511;
/* SwiftUI */
Color(red: 0.416, green: 0.898, blue: 0.067)
/* Android */
Color.parseColor("#6ae511")Accessibility — WCAG contrast
Aa
#6ae511 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ae511 on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green89.8%
Blue6.7%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow92.6%
Key (black)10.2%
Color previews
#6ae511 text on a black background
contrast 12.83:1
Card sample
#6ae511 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ae511;
Background color
Panel with #6ae511 background
background-color: #6ae511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ae511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 229, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 229, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ae511; background: linear-gradient(135deg, #6ae511, #11E545);