#6eecdf
a light, electric cyan · cool · closest name: turquoise
RGB
110, 236, 223
HSL
174°, 77%, 68%
CMYK
53, 0, 6, 8
Luminance
0.6863
Every format
| HEX | #6eecdf |
| RGB | rgb(110, 236, 223) |
| HSL | hsl(174, 77%, 68%) |
| CMYK | cmyk(53%, 0%, 6%, 8%) |
| LAB | lab(86.3 -38.1 -4.4) |
| LCH | lch(86.3 38.4 186.5) |
| OKLCH | oklch(0.868 0.114 186.2) |
Copy-ready code
/* CSS */
color: #6eecdf;
background-color: #6eecdf;
/* Tailwind (arbitrary) */
class="text-[#6eecdf] bg-[#6eecdf]"
/* SCSS */
$brand: #6eecdf;
/* SwiftUI */
Color(red: 0.431, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#6eecdf")Accessibility — WCAG contrast
Aa
#6eecdf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eecdf on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green92.5%
Blue87.5%
CMYK percentages
Cyan53.4%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#6eecdf text on a black background
contrast 14.73:1
Card sample
#6eecdf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eecdf;
Background color
Panel with #6eecdf background
background-color: #6eecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eecdf; background: linear-gradient(135deg, #6eecdf, #6EA5EC);