#6eceaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
110, 206, 175
HSL
161°, 50%, 62%
CMYK
47, 0, 15, 19
Luminance
0.5055
Every format
| HEX | #6eceaf |
| RGB | rgb(110, 206, 175) |
| HSL | hsl(161, 50%, 62%) |
| CMYK | cmyk(47%, 0%, 15%, 19%) |
| LAB | lab(76.4 -35.8 6.7) |
| LCH | lch(76.4 36.4 169.4) |
| OKLCH | oklch(0.784 0.103 170.4) |
Copy-ready code
/* CSS */
color: #6eceaf;
background-color: #6eceaf;
/* Tailwind (arbitrary) */
class="text-[#6eceaf] bg-[#6eceaf]"
/* SCSS */
$brand: #6eceaf;
/* SwiftUI */
Color(red: 0.431, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#6eceaf")Accessibility — WCAG contrast
Aa
#6eceaf on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eceaf on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green80.8%
Blue68.6%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#6eceaf text on a black background
contrast 11.11:1
Card sample
#6eceaf text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eceaf;
Background color
Panel with #6eceaf background
background-color: #6eceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eceaf; background: linear-gradient(135deg, #6eceaf, #6EADCE);