#6bfc13
a balanced, electric green · cool · closest name: lime
RGB
107, 252, 19
HSL
97°, 98%, 53%
CMYK
58, 0, 93, 1
Luminance
0.7279
Every format
| HEX | #6bfc13 |
| RGB | rgb(107, 252, 19) |
| HSL | hsl(97, 98%, 53%) |
| CMYK | cmyk(58%, 0%, 93%, 1%) |
| LAB | lab(88.3 -72.0 82.7) |
| LCH | lch(88.3 109.7 131.1) |
| OKLCH | oklch(0.876 0.268 138.1) |
Copy-ready code
/* CSS */
color: #6bfc13;
background-color: #6bfc13;
/* Tailwind (arbitrary) */
class="text-[#6bfc13] bg-[#6bfc13]"
/* SCSS */
$brand: #6bfc13;
/* SwiftUI */
Color(red: 0.420, green: 0.988, blue: 0.075)
/* Android */
Color.parseColor("#6bfc13")Accessibility — WCAG contrast
Aa
#6bfc13 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bfc13 on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green98.8%
Blue7.5%
CMYK percentages
Cyan57.5%
Magenta0.0%
Yellow92.5%
Key (black)1.2%
Color previews
#6bfc13 text on a black background
contrast 15.56:1
Card sample
#6bfc13 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bfc13;
Background color
Panel with #6bfc13 background
background-color: #6bfc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bfc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 252, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 252, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bfc13; background: linear-gradient(135deg, #6bfc13, #13FC56);