#6df328
a balanced, electric green · cool · closest name: lime
RGB
109, 243, 40
HSL
100°, 89%, 56%
CMYK
55, 0, 84, 5
Luminance
0.6751
Every format
| HEX | #6df328 |
| RGB | rgb(109, 243, 40) |
| HSL | hsl(100, 89%, 56%) |
| CMYK | cmyk(55%, 0%, 84%, 5%) |
| LAB | lab(85.8 -67.9 77.0) |
| LCH | lch(85.8 102.6 131.4) |
| OKLCH | oklch(0.855 0.253 138.1) |
Copy-ready code
/* CSS */
color: #6df328;
background-color: #6df328;
/* Tailwind (arbitrary) */
class="text-[#6df328] bg-[#6df328]"
/* SCSS */
$brand: #6df328;
/* SwiftUI */
Color(red: 0.427, green: 0.953, blue: 0.157)
/* Android */
Color.parseColor("#6df328")Accessibility — WCAG contrast
Aa
#6df328 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6df328 on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green95.3%
Blue15.7%
CMYK percentages
Cyan55.1%
Magenta0.0%
Yellow83.5%
Key (black)4.7%
Color previews
#6df328 text on a black background
contrast 14.50:1
Card sample
#6df328 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6df328;
Background color
Panel with #6df328 background
background-color: #6df328;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6df328;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 243, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 243, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6df328; background: linear-gradient(135deg, #6df328, #28F36A);