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