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