#6ecccf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
110, 204, 207
HSL
182°, 50%, 62%
CMYK
47, 1, 0, 19
Luminance
0.5101
Every format
| HEX | #6ecccf |
| RGB | rgb(110, 204, 207) |
| HSL | hsl(182, 50%, 62%) |
| CMYK | cmyk(47%, 1%, 0%, 19%) |
| LAB | lab(76.7 -27.1 -10.1) |
| LCH | lch(76.7 28.9 200.5) |
| OKLCH | oklch(0.789 0.089 198.2) |
Copy-ready code
/* CSS */
color: #6ecccf;
background-color: #6ecccf;
/* Tailwind (arbitrary) */
class="text-[#6ecccf] bg-[#6ecccf]"
/* SCSS */
$brand: #6ecccf;
/* SwiftUI */
Color(red: 0.431, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#6ecccf")Accessibility — WCAG contrast
Aa
#6ecccf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ecccf on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green80.0%
Blue81.2%
CMYK percentages
Cyan46.9%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#6ecccf text on a black background
contrast 11.20:1
Card sample
#6ecccf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ecccf;
Background color
Panel with #6ecccf background
background-color: #6ecccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ecccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ecccf; background: linear-gradient(135deg, #6ecccf, #6E8BCF);