#6db2ce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
109, 178, 206
HSL
197°, 50%, 62%
CMYK
47, 14, 0, 19
Luminance
0.3955
Every format
| HEX | #6db2ce |
| RGB | rgb(109, 178, 206) |
| HSL | hsl(197, 50%, 62%) |
| CMYK | cmyk(47%, 14%, 0%, 19%) |
| LAB | lab(69.1 -14.3 -21.0) |
| LCH | lch(69.1 25.4 235.7) |
| OKLCH | oklch(0.728 0.081 225.9) |
Copy-ready code
/* CSS */
color: #6db2ce;
background-color: #6db2ce;
/* Tailwind (arbitrary) */
class="text-[#6db2ce] bg-[#6db2ce]"
/* SCSS */
$brand: #6db2ce;
/* SwiftUI */
Color(red: 0.427, green: 0.698, blue: 0.808)
/* Android */
Color.parseColor("#6db2ce")Accessibility — WCAG contrast
Aa
#6db2ce on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6db2ce on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green69.8%
Blue80.8%
CMYK percentages
Cyan47.1%
Magenta13.6%
Yellow0.0%
Key (black)19.2%
Color previews
#6db2ce text on a black background
contrast 8.91:1
Card sample
#6db2ce text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6db2ce;
Background color
Panel with #6db2ce background
background-color: #6db2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6db2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 178, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 178, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6db2ce; background: linear-gradient(135deg, #6db2ce, #6D72CE);