#6eceb7
a balanced, vivid cyan · cool · closest name: turquoise
RGB
110, 206, 183
HSL
166°, 50%, 62%
CMYK
47, 0, 11, 19
Luminance
0.5088
Every format
| HEX | #6eceb7 |
| RGB | rgb(110, 206, 183) |
| HSL | hsl(166, 50%, 62%) |
| CMYK | cmyk(47%, 0%, 11%, 19%) |
| LAB | lab(76.6 -33.9 2.7) |
| LCH | lch(76.6 34.0 175.5) |
| OKLCH | oklch(0.786 0.098 176.2) |
Copy-ready code
/* CSS */
color: #6eceb7;
background-color: #6eceb7;
/* Tailwind (arbitrary) */
class="text-[#6eceb7] bg-[#6eceb7]"
/* SCSS */
$brand: #6eceb7;
/* SwiftUI */
Color(red: 0.431, green: 0.808, blue: 0.718)
/* Android */
Color.parseColor("#6eceb7")Accessibility — WCAG contrast
Aa
#6eceb7 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eceb7 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green80.8%
Blue71.8%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow11.2%
Key (black)19.2%
Color previews
#6eceb7 text on a black background
contrast 11.18:1
Card sample
#6eceb7 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eceb7;
Background color
Panel with #6eceb7 background
background-color: #6eceb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eceb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 206, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 206, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eceb7; background: linear-gradient(135deg, #6eceb7, #6EA5CE);