#6ae034
a balanced, vivid green · cool · closest name: lime
RGB
106, 224, 52
HSL
101°, 74%, 54%
CMYK
53, 0, 77, 12
Luminance
0.5662
Every format
| HEX | #6ae034 |
| RGB | rgb(106, 224, 52) |
| HSL | hsl(101, 74%, 54%) |
| CMYK | cmyk(53%, 0%, 77%, 12%) |
| LAB | lab(80.0 -61.5 68.5) |
| LCH | lch(80.0 92.0 131.9) |
| OKLCH | oklch(0.807 0.228 138.1) |
Copy-ready code
/* CSS */
color: #6ae034;
background-color: #6ae034;
/* Tailwind (arbitrary) */
class="text-[#6ae034] bg-[#6ae034]"
/* SCSS */
$brand: #6ae034;
/* SwiftUI */
Color(red: 0.416, green: 0.878, blue: 0.204)
/* Android */
Color.parseColor("#6ae034")Accessibility — WCAG contrast
Aa
#6ae034 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ae034 on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green87.8%
Blue20.4%
CMYK percentages
Cyan52.7%
Magenta0.0%
Yellow76.8%
Key (black)12.2%
Color previews
#6ae034 text on a black background
contrast 12.32:1
Card sample
#6ae034 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ae034;
Background color
Panel with #6ae034 background
background-color: #6ae034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ae034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 224, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 224, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ae034; background: linear-gradient(135deg, #6ae034, #34E071);