#6ebac8
a balanced, vivid cyan · cool · closest name: skyblue
RGB
110, 186, 200
HSL
189°, 45%, 61%
CMYK
45, 7, 0, 22
Luminance
0.4260
Every format
| HEX | #6ebac8 |
| RGB | rgb(110, 186, 200) |
| HSL | hsl(189, 45%, 61%) |
| CMYK | cmyk(45%, 7%, 0%, 22%) |
| LAB | lab(71.3 -19.9 -14.4) |
| LCH | lch(71.3 24.5 216.0) |
| OKLCH | oklch(0.745 0.078 210.6) |
Copy-ready code
/* CSS */
color: #6ebac8;
background-color: #6ebac8;
/* Tailwind (arbitrary) */
class="text-[#6ebac8] bg-[#6ebac8]"
/* SCSS */
$brand: #6ebac8;
/* SwiftUI */
Color(red: 0.431, green: 0.729, blue: 0.784)
/* Android */
Color.parseColor("#6ebac8")Accessibility — WCAG contrast
Aa
#6ebac8 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ebac8 on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green72.9%
Blue78.4%
CMYK percentages
Cyan45.0%
Magenta7.0%
Yellow0.0%
Key (black)21.6%
Color previews
#6ebac8 text on a black background
contrast 9.52:1
Card sample
#6ebac8 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ebac8;
Background color
Panel with #6ebac8 background
background-color: #6ebac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ebac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 186, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 186, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ebac8; background: linear-gradient(135deg, #6ebac8, #6E7EC8);