#6ecce2
a light, vivid cyan · cool · closest name: skyblue
RGB
110, 204, 226
HSL
191°, 67%, 66%
CMYK
51, 10, 0, 11
Luminance
0.5199
Every format
| HEX | #6ecce2 |
| RGB | rgb(110, 204, 226) |
| HSL | hsl(191, 67%, 66%) |
| CMYK | cmyk(51%, 10%, 0%, 11%) |
| LAB | lab(77.3 -22.0 -19.5) |
| LCH | lch(77.3 29.4 221.6) |
| OKLCH | oklch(0.795 0.094 214.8) |
Copy-ready code
/* CSS */
color: #6ecce2;
background-color: #6ecce2;
/* Tailwind (arbitrary) */
class="text-[#6ecce2] bg-[#6ecce2]"
/* SCSS */
$brand: #6ecce2;
/* SwiftUI */
Color(red: 0.431, green: 0.800, blue: 0.886)
/* Android */
Color.parseColor("#6ecce2")Accessibility — WCAG contrast
Aa
#6ecce2 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ecce2 on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green80.0%
Blue88.6%
CMYK percentages
Cyan51.3%
Magenta9.7%
Yellow0.0%
Key (black)11.4%
Color previews
#6ecce2 text on a black background
contrast 11.40:1
Card sample
#6ecce2 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ecce2;
Background color
Panel with #6ecce2 background
background-color: #6ecce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ecce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 204, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 204, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ecce2; background: linear-gradient(135deg, #6ecce2, #6E7FE2);