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