#6ecec3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
110, 206, 195
HSL
173°, 50%, 62%
CMYK
47, 0, 5, 19
Luminance
0.5140
Every format
| HEX | #6ecec3 |
| RGB | rgb(110, 206, 195) |
| HSL | hsl(173, 50%, 62%) |
| CMYK | cmyk(47%, 0%, 5%, 19%) |
| LAB | lab(76.9 -31.0 -3.3) |
| LCH | lch(76.9 31.2 186.1) |
| OKLCH | oklch(0.789 0.093 185.8) |
Copy-ready code
/* CSS */
color: #6ecec3;
background-color: #6ecec3;
/* Tailwind (arbitrary) */
class="text-[#6ecec3] bg-[#6ecec3]"
/* SCSS */
$brand: #6ecec3;
/* SwiftUI */
Color(red: 0.431, green: 0.808, blue: 0.765)
/* Android */
Color.parseColor("#6ecec3")Accessibility — WCAG contrast
Aa
#6ecec3 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ecec3 on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green80.8%
Blue76.5%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow5.3%
Key (black)19.2%
Color previews
#6ecec3 text on a black background
contrast 11.28:1
Card sample
#6ecec3 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ecec3;
Background color
Panel with #6ecec3 background
background-color: #6ecec3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ecec3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 206, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 206, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ecec3; background: linear-gradient(135deg, #6ecec3, #6E99CE);