#6fd992
a balanced, vivid green · cool · closest name: aquamarine
RGB
111, 217, 146
HSL
140°, 58%, 64%
CMYK
49, 0, 33, 15
Luminance
0.5508
Every format
| HEX | #6fd992 |
| RGB | rgb(111, 217, 146) |
| HSL | hsl(140, 58%, 64%) |
| CMYK | cmyk(49%, 0%, 33%, 15%) |
| LAB | lab(79.1 -46.2 25.8) |
| LCH | lch(79.1 52.9 150.9) |
| OKLCH | oklch(0.804 0.142 152.7) |
Copy-ready code
/* CSS */
color: #6fd992;
background-color: #6fd992;
/* Tailwind (arbitrary) */
class="text-[#6fd992] bg-[#6fd992]"
/* SCSS */
$brand: #6fd992;
/* SwiftUI */
Color(red: 0.435, green: 0.851, blue: 0.573)
/* Android */
Color.parseColor("#6fd992")Accessibility — WCAG contrast
Aa
#6fd992 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fd992 on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green85.1%
Blue57.3%
CMYK percentages
Cyan48.8%
Magenta0.0%
Yellow32.7%
Key (black)14.9%
Color previews
#6fd992 text on a black background
contrast 12.02:1
Card sample
#6fd992 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fd992;
Background color
Panel with #6fd992 background
background-color: #6fd992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fd992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 217, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 217, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fd992; background: linear-gradient(135deg, #6fd992, #6FD9D9);