#6bc7db
a balanced, vivid cyan · cool · closest name: skyblue
RGB
107, 199, 219
HSL
191°, 61%, 64%
CMYK
51, 9, 0, 14
Luminance
0.4909
Every format
| HEX | #6bc7db |
| RGB | rgb(107, 199, 219) |
| HSL | hsl(191, 61%, 64%) |
| CMYK | cmyk(51%, 9%, 0%, 14%) |
| LAB | lab(75.5 -22.0 -18.4) |
| LCH | lch(75.5 28.7 219.9) |
| OKLCH | oklch(0.780 0.092 213.5) |
Copy-ready code
/* CSS */
color: #6bc7db;
background-color: #6bc7db;
/* Tailwind (arbitrary) */
class="text-[#6bc7db] bg-[#6bc7db]"
/* SCSS */
$brand: #6bc7db;
/* SwiftUI */
Color(red: 0.420, green: 0.780, blue: 0.859)
/* Android */
Color.parseColor("#6bc7db")Accessibility — WCAG contrast
Aa
#6bc7db on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bc7db on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green78.0%
Blue85.9%
CMYK percentages
Cyan51.1%
Magenta9.1%
Yellow0.0%
Key (black)14.1%
Color previews
#6bc7db text on a black background
contrast 10.82:1
Card sample
#6bc7db text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bc7db;
Background color
Panel with #6bc7db background
background-color: #6bc7db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bc7db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 199, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 199, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bc7db; background: linear-gradient(135deg, #6bc7db, #6B7CDB);