#6ecdbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
110, 205, 191
HSL
171°, 49%, 62%
CMYK
46, 0, 7, 20
Luminance
0.5074
Every format
| HEX | #6ecdbf |
| RGB | rgb(110, 205, 191) |
| HSL | hsl(171, 49%, 62%) |
| CMYK | cmyk(46%, 0%, 7%, 20%) |
| LAB | lab(76.5 -31.5 -1.8) |
| LCH | lch(76.5 31.6 183.2) |
| OKLCH | oklch(0.786 0.093 183.2) |
Copy-ready code
/* CSS */
color: #6ecdbf;
background-color: #6ecdbf;
/* Tailwind (arbitrary) */
class="text-[#6ecdbf] bg-[#6ecdbf]"
/* SCSS */
$brand: #6ecdbf;
/* SwiftUI */
Color(red: 0.431, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#6ecdbf")Accessibility — WCAG contrast
Aa
#6ecdbf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ecdbf on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green80.4%
Blue74.9%
CMYK percentages
Cyan46.3%
Magenta0.0%
Yellow6.8%
Key (black)19.6%
Color previews
#6ecdbf text on a black background
contrast 11.15:1
Card sample
#6ecdbf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ecdbf;
Background color
Panel with #6ecdbf background
background-color: #6ecdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ecdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ecdbf; background: linear-gradient(135deg, #6ecdbf, #6E9CCD);