#6ebadf
a light, vivid cyan · cool · closest name: skyblue
RGB
110, 186, 223
HSL
200°, 64%, 65%
CMYK
51, 17, 0, 13
Luminance
0.4376
Every format
| HEX | #6ebadf |
| RGB | rgb(110, 186, 223) |
| HSL | hsl(200, 64%, 65%) |
| CMYK | cmyk(51%, 17%, 0%, 13%) |
| LAB | lab(72.1 -13.5 -25.8) |
| LCH | lch(72.1 29.1 242.3) |
| OKLCH | oklch(0.754 0.092 230.8) |
Copy-ready code
/* CSS */
color: #6ebadf;
background-color: #6ebadf;
/* Tailwind (arbitrary) */
class="text-[#6ebadf] bg-[#6ebadf]"
/* SCSS */
$brand: #6ebadf;
/* SwiftUI */
Color(red: 0.431, green: 0.729, blue: 0.875)
/* Android */
Color.parseColor("#6ebadf")Accessibility — WCAG contrast
Aa
#6ebadf on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ebadf on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green72.9%
Blue87.5%
CMYK percentages
Cyan50.7%
Magenta16.6%
Yellow0.0%
Key (black)12.5%
Color previews
#6ebadf text on a black background
contrast 9.75:1
Card sample
#6ebadf text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ebadf;
Background color
Panel with #6ebadf background
background-color: #6ebadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ebadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 186, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 186, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ebadf; background: linear-gradient(135deg, #6ebadf, #6E6FDF);