#6afe2f
a balanced, electric green · cool · closest name: lime
RGB
106, 254, 47
HSL
103°, 99%, 59%
CMYK
58, 0, 82, 0
Luminance
0.7415
Every format
| HEX | #6afe2f |
| RGB | rgb(106, 254, 47) |
| HSL | hsl(103, 99%, 59%) |
| CMYK | cmyk(58%, 0%, 82%, 0%) |
| LAB | lab(89.0 -72.0 78.2) |
| LCH | lch(89.0 106.3 132.6) |
| OKLCH | oklch(0.881 0.263 139.1) |
Copy-ready code
/* CSS */
color: #6afe2f;
background-color: #6afe2f;
/* Tailwind (arbitrary) */
class="text-[#6afe2f] bg-[#6afe2f]"
/* SCSS */
$brand: #6afe2f;
/* SwiftUI */
Color(red: 0.416, green: 0.996, blue: 0.184)
/* Android */
Color.parseColor("#6afe2f")Accessibility — WCAG contrast
Aa
#6afe2f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6afe2f on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green99.6%
Blue18.4%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow81.5%
Key (black)0.4%
Color previews
#6afe2f text on a black background
contrast 15.83:1
Card sample
#6afe2f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6afe2f;
Background color
Panel with #6afe2f background
background-color: #6afe2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6afe2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 254, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 254, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6afe2f; background: linear-gradient(135deg, #6afe2f, #2FFE7E);