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