#6def13
a balanced, electric green · cool · closest name: lime
RGB
109, 239, 19
HSL
96°, 87%, 51%
CMYK
54, 0, 92, 6
Luminance
0.6503
Every format
| HEX | #6def13 |
| RGB | rgb(109, 239, 19) |
| HSL | hsl(96, 87%, 51%) |
| CMYK | cmyk(54%, 0%, 92%, 6%) |
| LAB | lab(84.5 -67.2 79.6) |
| LCH | lch(84.5 104.1 130.2) |
| OKLCH | oklch(0.844 0.254 137.4) |
Copy-ready code
/* CSS */
color: #6def13;
background-color: #6def13;
/* Tailwind (arbitrary) */
class="text-[#6def13] bg-[#6def13]"
/* SCSS */
$brand: #6def13;
/* SwiftUI */
Color(red: 0.427, green: 0.937, blue: 0.075)
/* Android */
Color.parseColor("#6def13")Accessibility — WCAG contrast
Aa
#6def13 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6def13 on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green93.7%
Blue7.5%
CMYK percentages
Cyan54.4%
Magenta0.0%
Yellow92.1%
Key (black)6.3%
Color previews
#6def13 text on a black background
contrast 14.01:1
Card sample
#6def13 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6def13;
Background color
Panel with #6def13 background
background-color: #6def13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6def13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 239, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 239, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6def13; background: linear-gradient(135deg, #6def13, #13EF4C);