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