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