#6cf467
a light, electric green · cool · closest name: lime
RGB
108, 244, 103
HSL
118°, 87%, 68%
CMYK
56, 0, 58, 4
Luminance
0.6887
Every format
| HEX | #6cf467 |
| RGB | rgb(108, 244, 103) |
| HSL | hsl(118, 87%, 68%) |
| CMYK | cmyk(56%, 0%, 58%, 4%) |
| LAB | lab(86.4 -63.8 55.9) |
| LCH | lch(86.4 84.8 138.8) |
| OKLCH | oklch(0.862 0.218 142.8) |
Copy-ready code
/* CSS */
color: #6cf467;
background-color: #6cf467;
/* Tailwind (arbitrary) */
class="text-[#6cf467] bg-[#6cf467]"
/* SCSS */
$brand: #6cf467;
/* SwiftUI */
Color(red: 0.424, green: 0.957, blue: 0.404)
/* Android */
Color.parseColor("#6cf467")Accessibility — WCAG contrast
Aa
#6cf467 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cf467 on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green95.7%
Blue40.4%
CMYK percentages
Cyan55.7%
Magenta0.0%
Yellow57.8%
Key (black)4.3%
Color previews
#6cf467 text on a black background
contrast 14.77:1
Card sample
#6cf467 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cf467;
Background color
Panel with #6cf467 background
background-color: #6cf467;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cf467;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 244, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 244, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cf467; background: linear-gradient(135deg, #6cf467, #67F4C0);