#6ebacd
a balanced, vivid cyan · cool · closest name: skyblue
RGB
110, 186, 205
HSL
192°, 49%, 62%
CMYK
46, 9, 0, 20
Luminance
0.4284
Every format
| HEX | #6ebacd |
| RGB | rgb(110, 186, 205) |
| HSL | hsl(192, 49%, 62%) |
| CMYK | cmyk(46%, 9%, 0%, 20%) |
| LAB | lab(71.4 -18.5 -16.9) |
| LCH | lch(71.4 25.1 222.4) |
| OKLCH | oklch(0.747 0.080 215.6) |
Copy-ready code
/* CSS */
color: #6ebacd;
background-color: #6ebacd;
/* Tailwind (arbitrary) */
class="text-[#6ebacd] bg-[#6ebacd]"
/* SCSS */
$brand: #6ebacd;
/* SwiftUI */
Color(red: 0.431, green: 0.729, blue: 0.804)
/* Android */
Color.parseColor("#6ebacd")Accessibility — WCAG contrast
Aa
#6ebacd on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ebacd on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green72.9%
Blue80.4%
CMYK percentages
Cyan46.3%
Magenta9.3%
Yellow0.0%
Key (black)19.6%
Color previews
#6ebacd text on a black background
contrast 9.57:1
Card sample
#6ebacd text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ebacd;
Background color
Panel with #6ebacd background
background-color: #6ebacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ebacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 186, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 186, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ebacd; background: linear-gradient(135deg, #6ebacd, #6E7BCD);