#6ebfd6
a balanced, vivid cyan · cool · closest name: skyblue
RGB
110, 191, 214
HSL
193°, 56%, 64%
CMYK
49, 11, 0, 16
Luminance
0.4543
Every format
| HEX | #6ebfd6 |
| RGB | rgb(110, 191, 214) |
| HSL | hsl(193, 56%, 64%) |
| CMYK | cmyk(49%, 11%, 0%, 16%) |
| LAB | lab(73.2 -18.6 -19.2) |
| LCH | lch(73.2 26.8 225.8) |
| OKLCH | oklch(0.761 0.086 218.2) |
Copy-ready code
/* CSS */
color: #6ebfd6;
background-color: #6ebfd6;
/* Tailwind (arbitrary) */
class="text-[#6ebfd6] bg-[#6ebfd6]"
/* SCSS */
$brand: #6ebfd6;
/* SwiftUI */
Color(red: 0.431, green: 0.749, blue: 0.839)
/* Android */
Color.parseColor("#6ebfd6")Accessibility — WCAG contrast
Aa
#6ebfd6 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ebfd6 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green74.9%
Blue83.9%
CMYK percentages
Cyan48.6%
Magenta10.7%
Yellow0.0%
Key (black)16.1%
Color previews
#6ebfd6 text on a black background
contrast 10.09:1
Card sample
#6ebfd6 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ebfd6;
Background color
Panel with #6ebfd6 background
background-color: #6ebfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ebfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 191, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 191, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ebfd6; background: linear-gradient(135deg, #6ebfd6, #6E7AD6);