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