#6ea59e
a balanced, soft cyan · cool · closest name: teal
RGB
110, 165, 158
HSL
172°, 23%, 54%
CMYK
33, 0, 4, 35
Luminance
0.3269
Every format
| HEX | #6ea59e |
| RGB | rgb(110, 165, 158) |
| HSL | hsl(172, 23%, 54%) |
| CMYK | cmyk(33%, 0%, 4%, 35%) |
| LAB | lab(63.9 -19.6 -2.1) |
| LCH | lch(63.9 19.8 186.2) |
| OKLCH | oklch(0.682 0.059 185.9) |
Copy-ready code
/* CSS */
color: #6ea59e;
background-color: #6ea59e;
/* Tailwind (arbitrary) */
class="text-[#6ea59e] bg-[#6ea59e]"
/* SCSS */
$brand: #6ea59e;
/* SwiftUI */
Color(red: 0.431, green: 0.647, blue: 0.620)
/* Android */
Color.parseColor("#6ea59e")Accessibility — WCAG contrast
Aa
#6ea59e on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ea59e on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green64.7%
Blue62.0%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow4.2%
Key (black)35.3%
Color previews
#6ea59e text on a black background
contrast 7.54:1
Card sample
#6ea59e text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ea59e;
Background color
Panel with #6ea59e background
background-color: #6ea59e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ea59e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 165, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 165, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ea59e; background: linear-gradient(135deg, #6ea59e, #6E87A5);