#6eefdf
a light, electric cyan · cool · closest name: turquoise
RGB
110, 239, 223
HSL
173°, 80%, 68%
CMYK
54, 0, 7, 6
Luminance
0.7038
Every format
| HEX | #6eefdf |
| RGB | rgb(110, 239, 223) |
| HSL | hsl(173, 80%, 68%) |
| CMYK | cmyk(54%, 0%, 7%, 6%) |
| LAB | lab(87.2 -39.5 -3.1) |
| LCH | lch(87.2 39.6 184.5) |
| OKLCH | oklch(0.875 0.117 184.4) |
Copy-ready code
/* CSS */
color: #6eefdf;
background-color: #6eefdf;
/* Tailwind (arbitrary) */
class="text-[#6eefdf] bg-[#6eefdf]"
/* SCSS */
$brand: #6eefdf;
/* SwiftUI */
Color(red: 0.431, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#6eefdf")Accessibility — WCAG contrast
Aa
#6eefdf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eefdf on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green93.7%
Blue87.5%
CMYK percentages
Cyan54.0%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#6eefdf text on a black background
contrast 15.08:1
Card sample
#6eefdf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eefdf;
Background color
Panel with #6eefdf background
background-color: #6eefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eefdf; background: linear-gradient(135deg, #6eefdf, #6EA9EF);