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