#6bf882
a light, electric green · cool · closest name: forestgreen
RGB
107, 248, 130
HSL
130°, 91%, 70%
CMYK
57, 0, 48, 3
Luminance
0.7187
Every format
| HEX | #6bf882 |
| RGB | rgb(107, 248, 130) |
| HSL | hsl(130, 91%, 70%) |
| CMYK | cmyk(57%, 0%, 48%, 3%) |
| LAB | lab(87.9 -62.1 45.2) |
| LCH | lch(87.9 76.8 143.9) |
| OKLCH | oklch(0.875 0.201 146.8) |
Copy-ready code
/* CSS */
color: #6bf882;
background-color: #6bf882;
/* Tailwind (arbitrary) */
class="text-[#6bf882] bg-[#6bf882]"
/* SCSS */
$brand: #6bf882;
/* SwiftUI */
Color(red: 0.420, green: 0.973, blue: 0.510)
/* Android */
Color.parseColor("#6bf882")Accessibility — WCAG contrast
Aa
#6bf882 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bf882 on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green97.3%
Blue51.0%
CMYK percentages
Cyan56.9%
Magenta0.0%
Yellow47.6%
Key (black)2.7%
Color previews
#6bf882 text on a black background
contrast 15.37:1
Card sample
#6bf882 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bf882;
Background color
Panel with #6bf882 background
background-color: #6bf882;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bf882;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 248, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 248, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bf882; background: linear-gradient(135deg, #6bf882, #6BF8E0);