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