#6bfd8f
a light, electric green · cool · closest name: aquamarine
RGB
107, 253, 143
HSL
135°, 97%, 71%
CMYK
58, 0, 44, 1
Luminance
0.7536
Every format
| HEX | #6bfd8f |
| RGB | rgb(107, 253, 143) |
| HSL | hsl(135, 97%, 71%) |
| CMYK | cmyk(58%, 0%, 44%, 1%) |
| LAB | lab(89.6 -62.0 41.1) |
| LCH | lch(89.6 74.4 146.5) |
| OKLCH | oklch(0.889 0.196 149.0) |
Copy-ready code
/* CSS */
color: #6bfd8f;
background-color: #6bfd8f;
/* Tailwind (arbitrary) */
class="text-[#6bfd8f] bg-[#6bfd8f]"
/* SCSS */
$brand: #6bfd8f;
/* SwiftUI */
Color(red: 0.420, green: 0.992, blue: 0.561)
/* Android */
Color.parseColor("#6bfd8f")Accessibility — WCAG contrast
Aa
#6bfd8f on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bfd8f on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green99.2%
Blue56.1%
CMYK percentages
Cyan57.7%
Magenta0.0%
Yellow43.5%
Key (black)0.8%
Color previews
#6bfd8f text on a black background
contrast 16.07:1
Card sample
#6bfd8f text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bfd8f;
Background color
Panel with #6bfd8f background
background-color: #6bfd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bfd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 253, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 253, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bfd8f; background: linear-gradient(135deg, #6bfd8f, #6BFDF0);