#6df255
a balanced, electric green · cool · closest name: lime
RGB
109, 242, 85
HSL
111°, 86%, 64%
CMYK
55, 0, 65, 5
Luminance
0.6741
Every format
| HEX | #6df255 |
| RGB | rgb(109, 242, 85) |
| HSL | hsl(111, 86%, 64%) |
| CMYK | cmyk(55%, 0%, 65%, 5%) |
| LAB | lab(85.7 -64.7 62.6) |
| LCH | lch(85.7 90.0 135.9) |
| OKLCH | oklch(0.855 0.228 140.8) |
Copy-ready code
/* CSS */
color: #6df255;
background-color: #6df255;
/* Tailwind (arbitrary) */
class="text-[#6df255] bg-[#6df255]"
/* SCSS */
$brand: #6df255;
/* SwiftUI */
Color(red: 0.427, green: 0.949, blue: 0.333)
/* Android */
Color.parseColor("#6df255")Accessibility — WCAG contrast
Aa
#6df255 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6df255 on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green94.9%
Blue33.3%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow64.9%
Key (black)5.1%
Color previews
#6df255 text on a black background
contrast 14.48:1
Card sample
#6df255 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6df255;
Background color
Panel with #6df255 background
background-color: #6df255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6df255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 242, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 242, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6df255; background: linear-gradient(135deg, #6df255, #55F2A6);