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