#6da591
a balanced, soft green · cool · closest name: teal
RGB
109, 165, 145
HSL
159°, 24%, 54%
CMYK
34, 0, 12, 35
Luminance
0.3221
Every format
| HEX | #6da591 |
| RGB | rgb(109, 165, 145) |
| HSL | hsl(159, 24%, 54%) |
| CMYK | cmyk(34%, 0%, 12%, 35%) |
| LAB | lab(63.5 -22.9 4.5) |
| LCH | lch(63.5 23.4 168.8) |
| OKLCH | oklch(0.677 0.066 169.9) |
Copy-ready code
/* CSS */
color: #6da591;
background-color: #6da591;
/* Tailwind (arbitrary) */
class="text-[#6da591] bg-[#6da591]"
/* SCSS */
$brand: #6da591;
/* SwiftUI */
Color(red: 0.427, green: 0.647, blue: 0.569)
/* Android */
Color.parseColor("#6da591")Accessibility — WCAG contrast
Aa
#6da591 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6da591 on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green64.7%
Blue56.9%
CMYK percentages
Cyan33.9%
Magenta0.0%
Yellow12.1%
Key (black)35.3%
Color previews
#6da591 text on a black background
contrast 7.44:1
Card sample
#6da591 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6da591;
Background color
Panel with #6da591 background
background-color: #6da591;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6da591;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 165, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 165, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6da591; background: linear-gradient(135deg, #6da591, #6D94A5);