#6eeeab
a light, electric green · cool · closest name: aquamarine
RGB
110, 238, 171
HSL
149°, 79%, 68%
CMYK
54, 0, 28, 7
Luminance
0.6740
Every format
| HEX | #6eeeab |
| RGB | rgb(110, 238, 171) |
| HSL | hsl(149, 79%, 68%) |
| CMYK | cmyk(54%, 0%, 28%, 7%) |
| LAB | lab(85.7 -50.6 21.9) |
| LCH | lch(85.7 55.1 156.6) |
| OKLCH | oklch(0.859 0.149 158.1) |
Copy-ready code
/* CSS */
color: #6eeeab;
background-color: #6eeeab;
/* Tailwind (arbitrary) */
class="text-[#6eeeab] bg-[#6eeeab]"
/* SCSS */
$brand: #6eeeab;
/* SwiftUI */
Color(red: 0.431, green: 0.933, blue: 0.671)
/* Android */
Color.parseColor("#6eeeab")Accessibility — WCAG contrast
Aa
#6eeeab on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eeeab on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green93.3%
Blue67.1%
CMYK percentages
Cyan53.8%
Magenta0.0%
Yellow28.2%
Key (black)6.7%
Color previews
#6eeeab text on a black background
contrast 14.48:1
Card sample
#6eeeab text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eeeab;
Background color
Panel with #6eeeab background
background-color: #6eeeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eeeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 238, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 238, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eeeab; background: linear-gradient(135deg, #6eeeab, #6EDCEE);