#6ce84a
a balanced, electric green · cool · closest name: lime
RGB
108, 232, 74
HSL
107°, 78%, 60%
CMYK
53, 0, 68, 9
Luminance
0.6140
Every format
| HEX | #6ce84a |
| RGB | rgb(108, 232, 74) |
| HSL | hsl(107, 78%, 60%) |
| CMYK | cmyk(53%, 0%, 68%, 9%) |
| LAB | lab(82.6 -62.3 63.5) |
| LCH | lch(82.6 89.0 134.4) |
| OKLCH | oklch(0.829 0.224 139.7) |
Copy-ready code
/* CSS */
color: #6ce84a;
background-color: #6ce84a;
/* Tailwind (arbitrary) */
class="text-[#6ce84a] bg-[#6ce84a]"
/* SCSS */
$brand: #6ce84a;
/* SwiftUI */
Color(red: 0.424, green: 0.910, blue: 0.290)
/* Android */
Color.parseColor("#6ce84a")Accessibility — WCAG contrast
Aa
#6ce84a on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ce84a on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green91.0%
Blue29.0%
CMYK percentages
Cyan53.4%
Magenta0.0%
Yellow68.1%
Key (black)9.0%
Color previews
#6ce84a text on a black background
contrast 13.28:1
Card sample
#6ce84a text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ce84a;
Background color
Panel with #6ce84a background
background-color: #6ce84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ce84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 232, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 232, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ce84a; background: linear-gradient(135deg, #6ce84a, #4AE891);