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