#6def2c
a balanced, electric green · cool · closest name: lime
RGB
109, 239, 44
HSL
100°, 86%, 56%
CMYK
54, 0, 82, 6
Luminance
0.6517
Every format
| HEX | #6def2c |
| RGB | rgb(109, 239, 44) |
| HSL | hsl(100, 86%, 56%) |
| CMYK | cmyk(54%, 0%, 82%, 6%) |
| LAB | lab(84.6 -66.3 75.0) |
| LCH | lch(84.6 100.1 131.5) |
| OKLCH | oklch(0.845 0.247 138.1) |
Copy-ready code
/* CSS */
color: #6def2c;
background-color: #6def2c;
/* Tailwind (arbitrary) */
class="text-[#6def2c] bg-[#6def2c]"
/* SCSS */
$brand: #6def2c;
/* SwiftUI */
Color(red: 0.427, green: 0.937, blue: 0.173)
/* Android */
Color.parseColor("#6def2c")Accessibility — WCAG contrast
Aa
#6def2c on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6def2c on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green93.7%
Blue17.3%
CMYK percentages
Cyan54.4%
Magenta0.0%
Yellow81.6%
Key (black)6.3%
Color previews
#6def2c text on a black background
contrast 14.03:1
Card sample
#6def2c text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6def2c;
Background color
Panel with #6def2c background
background-color: #6def2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6def2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 239, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 239, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6def2c; background: linear-gradient(135deg, #6def2c, #2CEF6D);