#6ed310
a dark, electric green · cool · closest name: lime
RGB
110, 211, 16
HSL
91°, 86%, 45%
CMYK
48, 0, 92, 17
Luminance
0.4994
Every format
| HEX | #6ed310 |
| RGB | rgb(110, 211, 16) |
| HSL | hsl(91, 86%, 45%) |
| CMYK | cmyk(48%, 0%, 92%, 17%) |
| LAB | lab(76.0 -57.0 73.0) |
| LCH | lch(76.0 92.6 128.0) |
| OKLCH | oklch(0.774 0.224 135.4) |
Copy-ready code
/* CSS */
color: #6ed310;
background-color: #6ed310;
/* Tailwind (arbitrary) */
class="text-[#6ed310] bg-[#6ed310]"
/* SCSS */
$brand: #6ed310;
/* SwiftUI */
Color(red: 0.431, green: 0.827, blue: 0.063)
/* Android */
Color.parseColor("#6ed310")Accessibility — WCAG contrast
Aa
#6ed310 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ed310 on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green82.7%
Blue6.3%
CMYK percentages
Cyan47.9%
Magenta0.0%
Yellow92.4%
Key (black)17.3%
Color previews
#6ed310 text on a black background
contrast 10.99:1
Card sample
#6ed310 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ed310;
Background color
Panel with #6ed310 background
background-color: #6ed310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ed310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 211, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 211, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ed310; background: linear-gradient(135deg, #6ed310, #10D334);