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