#6db4af
a balanced, soft cyan · cool · closest name: teal
RGB
109, 180, 175
HSL
176°, 32%, 57%
CMYK
39, 0, 3, 29
Luminance
0.3899
Every format
| HEX | #6db4af |
| RGB | rgb(109, 180, 175) |
| HSL | hsl(176, 32%, 57%) |
| CMYK | cmyk(39%, 0%, 3%, 29%) |
| LAB | lab(68.7 -23.5 -4.5) |
| LCH | lch(68.7 23.9 190.8) |
| OKLCH | oklch(0.722 0.072 189.9) |
Copy-ready code
/* CSS */
color: #6db4af;
background-color: #6db4af;
/* Tailwind (arbitrary) */
class="text-[#6db4af] bg-[#6db4af]"
/* SCSS */
$brand: #6db4af;
/* SwiftUI */
Color(red: 0.427, green: 0.706, blue: 0.686)
/* Android */
Color.parseColor("#6db4af")Accessibility — WCAG contrast
Aa
#6db4af on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6db4af on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green70.6%
Blue68.6%
CMYK percentages
Cyan39.4%
Magenta0.0%
Yellow2.8%
Key (black)29.4%
Color previews
#6db4af text on a black background
contrast 8.80:1
Card sample
#6db4af text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6db4af;
Background color
Panel with #6db4af background
background-color: #6db4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6db4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 180, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 180, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6db4af; background: linear-gradient(135deg, #6db4af, #6D8AB4);