#6aea2a
a balanced, electric green · cool · closest name: lime
RGB
106, 234, 42
HSL
100°, 82%, 54%
CMYK
55, 0, 82, 8
Luminance
0.6208
Every format
| HEX | #6aea2a |
| RGB | rgb(106, 234, 42) |
| HSL | hsl(100, 82%, 54%) |
| CMYK | cmyk(55%, 0%, 82%, 8%) |
| LAB | lab(83.0 -65.5 74.0) |
| LCH | lch(83.0 98.8 131.5) |
| OKLCH | oklch(0.831 0.244 138.1) |
Copy-ready code
/* CSS */
color: #6aea2a;
background-color: #6aea2a;
/* Tailwind (arbitrary) */
class="text-[#6aea2a] bg-[#6aea2a]"
/* SCSS */
$brand: #6aea2a;
/* SwiftUI */
Color(red: 0.416, green: 0.918, blue: 0.165)
/* Android */
Color.parseColor("#6aea2a")Accessibility — WCAG contrast
Aa
#6aea2a on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6aea2a on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green91.8%
Blue16.5%
CMYK percentages
Cyan54.7%
Magenta0.0%
Yellow82.1%
Key (black)8.2%
Color previews
#6aea2a text on a black background
contrast 13.42:1
Card sample
#6aea2a text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6aea2a;
Background color
Panel with #6aea2a background
background-color: #6aea2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6aea2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 234, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 234, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6aea2a; background: linear-gradient(135deg, #6aea2a, #2AEA6A);