#6ee295
a light, vivid green · cool · closest name: aquamarine
RGB
110, 226, 149
HSL
140°, 67%, 66%
CMYK
51, 0, 34, 11
Luminance
0.5988
Every format
| HEX | #6ee295 |
| RGB | rgb(110, 226, 149) |
| HSL | hsl(140, 67%, 66%) |
| CMYK | cmyk(51%, 0%, 34%, 11%) |
| LAB | lab(81.8 -49.7 27.9) |
| LCH | lch(81.8 57.0 150.7) |
| OKLCH | oklch(0.826 0.152 152.6) |
Copy-ready code
/* CSS */
color: #6ee295;
background-color: #6ee295;
/* Tailwind (arbitrary) */
class="text-[#6ee295] bg-[#6ee295]"
/* SCSS */
$brand: #6ee295;
/* SwiftUI */
Color(red: 0.431, green: 0.886, blue: 0.584)
/* Android */
Color.parseColor("#6ee295")Accessibility — WCAG contrast
Aa
#6ee295 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ee295 on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green88.6%
Blue58.4%
CMYK percentages
Cyan51.3%
Magenta0.0%
Yellow34.1%
Key (black)11.4%
Color previews
#6ee295 text on a black background
contrast 12.98:1
Card sample
#6ee295 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ee295;
Background color
Panel with #6ee295 background
background-color: #6ee295;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ee295;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 226, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 226, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ee295; background: linear-gradient(135deg, #6ee295, #6EE2E2);