#6ec4cb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
110, 196, 203
HSL
185°, 47%, 61%
CMYK
46, 3, 0, 20
Luminance
0.4711
Every format
| HEX | #6ec4cb |
| RGB | rgb(110, 196, 203) |
| HSL | hsl(185, 47%, 61%) |
| CMYK | cmyk(46%, 3%, 0%, 20%) |
| LAB | lab(74.3 -24.1 -11.6) |
| LCH | lch(74.3 26.8 205.7) |
| OKLCH | oklch(0.769 0.084 202.4) |
Copy-ready code
/* CSS */
color: #6ec4cb;
background-color: #6ec4cb;
/* Tailwind (arbitrary) */
class="text-[#6ec4cb] bg-[#6ec4cb]"
/* SCSS */
$brand: #6ec4cb;
/* SwiftUI */
Color(red: 0.431, green: 0.769, blue: 0.796)
/* Android */
Color.parseColor("#6ec4cb")Accessibility — WCAG contrast
Aa
#6ec4cb on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ec4cb on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green76.9%
Blue79.6%
CMYK percentages
Cyan45.8%
Magenta3.4%
Yellow0.0%
Key (black)20.4%
Color previews
#6ec4cb text on a black background
contrast 10.42:1
Card sample
#6ec4cb text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ec4cb;
Background color
Panel with #6ec4cb background
background-color: #6ec4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ec4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 196, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 196, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ec4cb; background: linear-gradient(135deg, #6ec4cb, #6E86CB);