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