#6eccdf
a light, vivid cyan · cool · closest name: skyblue
RGB
110, 204, 223
HSL
190°, 64%, 65%
CMYK
51, 9, 0, 13
Luminance
0.5183
Every format
| HEX | #6eccdf |
| RGB | rgb(110, 204, 223) |
| HSL | hsl(190, 64%, 65%) |
| CMYK | cmyk(51%, 9%, 0%, 13%) |
| LAB | lab(77.2 -22.8 -18.0) |
| LCH | lch(77.2 29.1 218.3) |
| OKLCH | oklch(0.794 0.093 212.3) |
Copy-ready code
/* CSS */
color: #6eccdf;
background-color: #6eccdf;
/* Tailwind (arbitrary) */
class="text-[#6eccdf] bg-[#6eccdf]"
/* SCSS */
$brand: #6eccdf;
/* SwiftUI */
Color(red: 0.431, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#6eccdf")Accessibility — WCAG contrast
Aa
#6eccdf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eccdf on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green80.0%
Blue87.5%
CMYK percentages
Cyan50.7%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#6eccdf text on a black background
contrast 11.37:1
Card sample
#6eccdf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eccdf;
Background color
Panel with #6eccdf background
background-color: #6eccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eccdf; background: linear-gradient(135deg, #6eccdf, #6E81DF);