#6db5af
a balanced, soft cyan · cool · closest name: teal
RGB
109, 181, 175
HSL
175°, 33%, 57%
CMYK
40, 0, 3, 29
Luminance
0.3939
Every format
| HEX | #6db5af |
| RGB | rgb(109, 181, 175) |
| HSL | hsl(175, 33%, 57%) |
| CMYK | cmyk(40%, 0%, 3%, 29%) |
| LAB | lab(69.0 -24.0 -4.0) |
| LCH | lch(69.0 24.3 189.6) |
| OKLCH | oklch(0.724 0.073 188.9) |
Copy-ready code
/* CSS */
color: #6db5af;
background-color: #6db5af;
/* Tailwind (arbitrary) */
class="text-[#6db5af] bg-[#6db5af]"
/* SCSS */
$brand: #6db5af;
/* SwiftUI */
Color(red: 0.427, green: 0.710, blue: 0.686)
/* Android */
Color.parseColor("#6db5af")Accessibility — WCAG contrast
Aa
#6db5af on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6db5af on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green71.0%
Blue68.6%
CMYK percentages
Cyan39.8%
Magenta0.0%
Yellow3.3%
Key (black)29.0%
Color previews
#6db5af text on a black background
contrast 8.88:1
Card sample
#6db5af text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6db5af;
Background color
Panel with #6db5af background
background-color: #6db5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6db5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 181, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 181, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6db5af; background: linear-gradient(135deg, #6db5af, #6D8BB5);