#6eac81
a balanced, soft green · cool · closest name: seagreen
RGB
110, 172, 129
HSL
138°, 27%, 55%
CMYK
36, 0, 25, 33
Luminance
0.3441
Every format
| HEX | #6eac81 |
| RGB | rgb(110, 172, 129) |
| HSL | hsl(138, 27%, 55%) |
| CMYK | cmyk(36%, 0%, 25%, 33%) |
| LAB | lab(65.3 -29.4 15.9) |
| LCH | lch(65.3 33.4 151.5) |
| OKLCH | oklch(0.690 0.090 153.2) |
Copy-ready code
/* CSS */
color: #6eac81;
background-color: #6eac81;
/* Tailwind (arbitrary) */
class="text-[#6eac81] bg-[#6eac81]"
/* SCSS */
$brand: #6eac81;
/* SwiftUI */
Color(red: 0.431, green: 0.675, blue: 0.506)
/* Android */
Color.parseColor("#6eac81")Accessibility — WCAG contrast
Aa
#6eac81 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eac81 on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green67.5%
Blue50.6%
CMYK percentages
Cyan36.0%
Magenta0.0%
Yellow25.0%
Key (black)32.5%
Color previews
#6eac81 text on a black background
contrast 7.88:1
Card sample
#6eac81 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eac81;
Background color
Panel with #6eac81 background
background-color: #6eac81;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eac81;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 172, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 172, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eac81; background: linear-gradient(135deg, #6eac81, #6EACAA);