#6ba4af
a balanced, soft cyan · cool · closest name: skyblue
RGB
107, 164, 175
HSL
190°, 30%, 55%
CMYK
39, 6, 0, 31
Luminance
0.3277
Every format
| HEX | #6ba4af |
| RGB | rgb(107, 164, 175) |
| HSL | hsl(190, 30%, 55%) |
| CMYK | cmyk(39%, 6%, 0%, 31%) |
| LAB | lab(64.0 -15.7 -11.6) |
| LCH | lch(64.0 19.5 216.4) |
| OKLCH | oklch(0.683 0.062 211.0) |
Copy-ready code
/* CSS */
color: #6ba4af;
background-color: #6ba4af;
/* Tailwind (arbitrary) */
class="text-[#6ba4af] bg-[#6ba4af]"
/* SCSS */
$brand: #6ba4af;
/* SwiftUI */
Color(red: 0.420, green: 0.643, blue: 0.686)
/* Android */
Color.parseColor("#6ba4af")Accessibility — WCAG contrast
Aa
#6ba4af on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ba4af on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green64.3%
Blue68.6%
CMYK percentages
Cyan38.9%
Magenta6.3%
Yellow0.0%
Key (black)31.4%
Color previews
#6ba4af text on a black background
contrast 7.55:1
Card sample
#6ba4af text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ba4af;
Background color
Panel with #6ba4af background
background-color: #6ba4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ba4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 164, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 164, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ba4af; background: linear-gradient(135deg, #6ba4af, #6B77AF);