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