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