#6ba7af
a balanced, soft cyan · cool · closest name: skyblue
RGB
107, 167, 175
HSL
187°, 30%, 55%
CMYK
39, 5, 0, 31
Luminance
0.3386
Every format
| HEX | #6ba7af |
| RGB | rgb(107, 167, 175) |
| HSL | hsl(187, 30%, 55%) |
| CMYK | cmyk(39%, 5%, 0%, 31%) |
| LAB | lab(64.8 -17.3 -10.3) |
| LCH | lch(64.8 20.1 210.7) |
| OKLCH | oklch(0.690 0.063 206.5) |
Copy-ready code
/* CSS */
color: #6ba7af;
background-color: #6ba7af;
/* Tailwind (arbitrary) */
class="text-[#6ba7af] bg-[#6ba7af]"
/* SCSS */
$brand: #6ba7af;
/* SwiftUI */
Color(red: 0.420, green: 0.655, blue: 0.686)
/* Android */
Color.parseColor("#6ba7af")Accessibility — WCAG contrast
Aa
#6ba7af on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ba7af on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green65.5%
Blue68.6%
CMYK percentages
Cyan38.9%
Magenta4.6%
Yellow0.0%
Key (black)31.4%
Color previews
#6ba7af text on a black background
contrast 7.77:1
Card sample
#6ba7af text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ba7af;
Background color
Panel with #6ba7af background
background-color: #6ba7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ba7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 167, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 167, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ba7af; background: linear-gradient(135deg, #6ba7af, #6B7AAF);