#6adf13
a balanced, electric green · cool · closest name: lime
RGB
106, 223, 19
HSL
94°, 84%, 48%
CMYK
53, 0, 92, 13
Luminance
0.5589
Every format
| HEX | #6adf13 |
| RGB | rgb(106, 223, 19) |
| HSL | hsl(94, 84%, 48%) |
| CMYK | cmyk(53%, 0%, 92%, 13%) |
| LAB | lab(79.5 -62.4 75.4) |
| LCH | lch(79.5 97.9 129.6) |
| OKLCH | oklch(0.803 0.238 136.8) |
Copy-ready code
/* CSS */
color: #6adf13;
background-color: #6adf13;
/* Tailwind (arbitrary) */
class="text-[#6adf13] bg-[#6adf13]"
/* SCSS */
$brand: #6adf13;
/* SwiftUI */
Color(red: 0.416, green: 0.875, blue: 0.075)
/* Android */
Color.parseColor("#6adf13")Accessibility — WCAG contrast
Aa
#6adf13 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6adf13 on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green87.5%
Blue7.5%
CMYK percentages
Cyan52.5%
Magenta0.0%
Yellow91.5%
Key (black)12.5%
Color previews
#6adf13 text on a black background
contrast 12.18:1
Card sample
#6adf13 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6adf13;
Background color
Panel with #6adf13 background
background-color: #6adf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6adf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 223, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 223, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6adf13; background: linear-gradient(135deg, #6adf13, #13DF44);