#6eedeb
a light, electric cyan · cool · closest name: turquoise
RGB
110, 237, 235
HSL
179°, 78%, 68%
CMYK
54, 0, 1, 7
Luminance
0.6988
Every format
| HEX | #6eedeb |
| RGB | rgb(110, 237, 235) |
| HSL | hsl(179, 78%, 68%) |
| CMYK | cmyk(54%, 0%, 1%, 7%) |
| LAB | lab(86.9 -35.5 -9.8) |
| LCH | lch(86.9 36.9 195.4) |
| OKLCH | oklch(0.874 0.113 193.9) |
Copy-ready code
/* CSS */
color: #6eedeb;
background-color: #6eedeb;
/* Tailwind (arbitrary) */
class="text-[#6eedeb] bg-[#6eedeb]"
/* SCSS */
$brand: #6eedeb;
/* SwiftUI */
Color(red: 0.431, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#6eedeb")Accessibility — WCAG contrast
Aa
#6eedeb on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eedeb on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green92.9%
Blue92.2%
CMYK percentages
Cyan53.6%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#6eedeb text on a black background
contrast 14.98:1
Card sample
#6eedeb text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eedeb;
Background color
Panel with #6eedeb background
background-color: #6eedeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eedeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eedeb; background: linear-gradient(135deg, #6eedeb, #6E9AED);