#6ff262
a light, electric green · cool · closest name: lime
RGB
111, 242, 98
HSL
115°, 85%, 67%
CMYK
54, 0, 60, 5
Luminance
0.6777
Every format
| HEX | #6ff262 |
| RGB | rgb(111, 242, 98) |
| HSL | hsl(115, 85%, 67%) |
| CMYK | cmyk(54%, 0%, 60%, 5%) |
| LAB | lab(85.9 -62.9 57.4) |
| LCH | lch(85.9 85.2 137.6) |
| OKLCH | oklch(0.857 0.218 141.9) |
Copy-ready code
/* CSS */
color: #6ff262;
background-color: #6ff262;
/* Tailwind (arbitrary) */
class="text-[#6ff262] bg-[#6ff262]"
/* SCSS */
$brand: #6ff262;
/* SwiftUI */
Color(red: 0.435, green: 0.949, blue: 0.384)
/* Android */
Color.parseColor("#6ff262")Accessibility — WCAG contrast
Aa
#6ff262 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ff262 on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green94.9%
Blue38.4%
CMYK percentages
Cyan54.1%
Magenta0.0%
Yellow59.5%
Key (black)5.1%
Color previews
#6ff262 text on a black background
contrast 14.55:1
Card sample
#6ff262 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ff262;
Background color
Panel with #6ff262 background
background-color: #6ff262;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ff262;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 242, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 242, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ff262; background: linear-gradient(135deg, #6ff262, #62F2B5);