#6ebac4
a balanced, soft cyan · cool · closest name: skyblue
RGB
110, 186, 196
HSL
187°, 42%, 60%
CMYK
44, 5, 0, 23
Luminance
0.4242
Every format
| HEX | #6ebac4 |
| RGB | rgb(110, 186, 196) |
| HSL | hsl(187, 42%, 60%) |
| CMYK | cmyk(44%, 5%, 0%, 23%) |
| LAB | lab(71.2 -20.9 -12.4) |
| LCH | lch(71.2 24.3 210.7) |
| OKLCH | oklch(0.743 0.077 206.5) |
Copy-ready code
/* CSS */
color: #6ebac4;
background-color: #6ebac4;
/* Tailwind (arbitrary) */
class="text-[#6ebac4] bg-[#6ebac4]"
/* SCSS */
$brand: #6ebac4;
/* SwiftUI */
Color(red: 0.431, green: 0.729, blue: 0.769)
/* Android */
Color.parseColor("#6ebac4")Accessibility — WCAG contrast
Aa
#6ebac4 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ebac4 on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green72.9%
Blue76.9%
CMYK percentages
Cyan43.9%
Magenta5.1%
Yellow0.0%
Key (black)23.1%
Color previews
#6ebac4 text on a black background
contrast 9.48:1
Card sample
#6ebac4 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ebac4;
Background color
Panel with #6ebac4 background
background-color: #6ebac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ebac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 186, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 186, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ebac4; background: linear-gradient(135deg, #6ebac4, #6E81C4);