#6cf430
a balanced, electric green · cool · closest name: lime
RGB
108, 244, 48
HSL
102°, 90%, 57%
CMYK
56, 0, 80, 4
Luminance
0.6810
Every format
| HEX | #6cf430 |
| RGB | rgb(108, 244, 48) |
| HSL | hsl(102, 90%, 57%) |
| CMYK | cmyk(56%, 0%, 80%, 4%) |
| LAB | lab(86.1 -68.1 75.3) |
| LCH | lch(86.1 101.5 132.1) |
| OKLCH | oklch(0.857 0.251 138.5) |
Copy-ready code
/* CSS */
color: #6cf430;
background-color: #6cf430;
/* Tailwind (arbitrary) */
class="text-[#6cf430] bg-[#6cf430]"
/* SCSS */
$brand: #6cf430;
/* SwiftUI */
Color(red: 0.424, green: 0.957, blue: 0.188)
/* Android */
Color.parseColor("#6cf430")Accessibility — WCAG contrast
Aa
#6cf430 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cf430 on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green95.7%
Blue18.8%
CMYK percentages
Cyan55.7%
Magenta0.0%
Yellow80.3%
Key (black)4.3%
Color previews
#6cf430 text on a black background
contrast 14.62:1
Card sample
#6cf430 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cf430;
Background color
Panel with #6cf430 background
background-color: #6cf430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cf430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 244, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 244, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cf430; background: linear-gradient(135deg, #6cf430, #30F477);