#6df052
a balanced, electric green · cool · closest name: lime
RGB
109, 240, 82
HSL
110°, 84%, 63%
CMYK
55, 0, 66, 6
Luminance
0.6618
Every format
| HEX | #6df052 |
| RGB | rgb(109, 240, 82) |
| HSL | hsl(110, 84%, 63%) |
| CMYK | cmyk(55%, 0%, 66%, 6%) |
| LAB | lab(85.1 -64.2 63.1) |
| LCH | lch(85.1 90.0 135.5) |
| OKLCH | oklch(0.850 0.228 140.5) |
Copy-ready code
/* CSS */
color: #6df052;
background-color: #6df052;
/* Tailwind (arbitrary) */
class="text-[#6df052] bg-[#6df052]"
/* SCSS */
$brand: #6df052;
/* SwiftUI */
Color(red: 0.427, green: 0.941, blue: 0.322)
/* Android */
Color.parseColor("#6df052")Accessibility — WCAG contrast
Aa
#6df052 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6df052 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green94.1%
Blue32.2%
CMYK percentages
Cyan54.6%
Magenta0.0%
Yellow65.8%
Key (black)5.9%
Color previews
#6df052 text on a black background
contrast 14.24:1
Card sample
#6df052 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6df052;
Background color
Panel with #6df052 background
background-color: #6df052;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6df052;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 240, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 240, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6df052; background: linear-gradient(135deg, #6df052, #52F0A0);