#6fff55
a light, electric green · cool · closest name: lime
RGB
111, 255, 85
HSL
111°, 100%, 67%
CMYK
57, 0, 67, 0
Luminance
0.7556
Every format
| HEX | #6fff55 |
| RGB | rgb(111, 255, 85) |
| HSL | hsl(111, 100%, 67%) |
| CMYK | cmyk(57%, 0%, 67%, 0%) |
| LAB | lab(89.7 -68.7 66.9) |
| LCH | lch(89.7 95.9 135.8) |
| OKLCH | oklch(0.888 0.243 140.8) |
Copy-ready code
/* CSS */
color: #6fff55;
background-color: #6fff55;
/* Tailwind (arbitrary) */
class="text-[#6fff55] bg-[#6fff55]"
/* SCSS */
$brand: #6fff55;
/* SwiftUI */
Color(red: 0.435, green: 1.000, blue: 0.333)
/* Android */
Color.parseColor("#6fff55")Accessibility — WCAG contrast
Aa
#6fff55 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fff55 on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green100.0%
Blue33.3%
CMYK percentages
Cyan56.5%
Magenta0.0%
Yellow66.7%
Key (black)0.0%
Color previews
#6fff55 text on a black background
contrast 16.11:1
Card sample
#6fff55 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fff55;
Background color
Panel with #6fff55 background
background-color: #6fff55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fff55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 255, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 255, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fff55; background: linear-gradient(135deg, #6fff55, #55FFAC);