#6df89d
a light, electric green · cool · closest name: aquamarine
RGB
109, 248, 157
HSL
141°, 91%, 70%
CMYK
56, 0, 37, 3
Luminance
0.7282
Every format
| HEX | #6df89d |
| RGB | rgb(109, 248, 157) |
| HSL | hsl(141, 91%, 70%) |
| CMYK | cmyk(56%, 0%, 37%, 3%) |
| LAB | lab(88.4 -57.4 32.6) |
| LCH | lch(88.4 66.0 150.4) |
| OKLCH | oklch(0.880 0.176 152.4) |
Copy-ready code
/* CSS */
color: #6df89d;
background-color: #6df89d;
/* Tailwind (arbitrary) */
class="text-[#6df89d] bg-[#6df89d]"
/* SCSS */
$brand: #6df89d;
/* SwiftUI */
Color(red: 0.427, green: 0.973, blue: 0.616)
/* Android */
Color.parseColor("#6df89d")Accessibility — WCAG contrast
Aa
#6df89d on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6df89d on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green97.3%
Blue61.6%
CMYK percentages
Cyan56.0%
Magenta0.0%
Yellow36.7%
Key (black)2.7%
Color previews
#6df89d text on a black background
contrast 15.56:1
Card sample
#6df89d text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6df89d;
Background color
Panel with #6df89d background
background-color: #6df89d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6df89d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 248, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 248, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6df89d; background: linear-gradient(135deg, #6df89d, #6DF6F8);