#6df83d
a balanced, electric green · cool · closest name: lime
RGB
109, 248, 61
HSL
105°, 93%, 61%
CMYK
56, 0, 75, 3
Luminance
0.7072
Every format
| HEX | #6df83d |
| RGB | rgb(109, 248, 61) |
| HSL | hsl(105, 93%, 61%) |
| CMYK | cmyk(56%, 0%, 75%, 3%) |
| LAB | lab(87.3 -68.5 72.8) |
| LCH | lch(87.3 100.0 133.3) |
| OKLCH | oklch(0.868 0.249 139.2) |
Copy-ready code
/* CSS */
color: #6df83d;
background-color: #6df83d;
/* Tailwind (arbitrary) */
class="text-[#6df83d] bg-[#6df83d]"
/* SCSS */
$brand: #6df83d;
/* SwiftUI */
Color(red: 0.427, green: 0.973, blue: 0.239)
/* Android */
Color.parseColor("#6df83d")Accessibility — WCAG contrast
Aa
#6df83d on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6df83d on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green97.3%
Blue23.9%
CMYK percentages
Cyan56.0%
Magenta0.0%
Yellow75.4%
Key (black)2.7%
Color previews
#6df83d text on a black background
contrast 15.14:1
Card sample
#6df83d text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6df83d;
Background color
Panel with #6df83d background
background-color: #6df83d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6df83d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 248, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 248, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6df83d; background: linear-gradient(135deg, #6df83d, #3DF88A);