#6ef521
a balanced, electric green · cool · closest name: lime
RGB
110, 245, 33
HSL
98°, 91%, 55%
CMYK
55, 0, 87, 4
Luminance
0.6873
Every format
| HEX | #6ef521 |
| RGB | rgb(110, 245, 33) |
| HSL | hsl(98, 91%, 55%) |
| CMYK | cmyk(55%, 0%, 87%, 4%) |
| LAB | lab(86.4 -68.6 79.0) |
| LCH | lch(86.4 104.6 131.0) |
| OKLCH | oklch(0.860 0.257 137.9) |
Copy-ready code
/* CSS */
color: #6ef521;
background-color: #6ef521;
/* Tailwind (arbitrary) */
class="text-[#6ef521] bg-[#6ef521]"
/* SCSS */
$brand: #6ef521;
/* SwiftUI */
Color(red: 0.431, green: 0.961, blue: 0.129)
/* Android */
Color.parseColor("#6ef521")Accessibility — WCAG contrast
Aa
#6ef521 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ef521 on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green96.1%
Blue12.9%
CMYK percentages
Cyan55.1%
Magenta0.0%
Yellow86.5%
Key (black)3.9%
Color previews
#6ef521 text on a black background
contrast 14.75:1
Card sample
#6ef521 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ef521;
Background color
Panel with #6ef521 background
background-color: #6ef521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ef521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 245, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 245, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ef521; background: linear-gradient(135deg, #6ef521, #21F561);