#8ba7af
a balanced, soft cyan · cool · closest name: silver
RGB
139, 167, 175
HSL
193°, 18%, 62%
CMYK
21, 5, 0, 31
Luminance
0.3622
Every format
| HEX | #8ba7af |
| RGB | rgb(139, 167, 175) |
| HSL | hsl(193, 18%, 62%) |
| CMYK | cmyk(21%, 5%, 0%, 31%) |
| LAB | lab(66.7 -7.8 -7.3) |
| LCH | lch(66.7 10.7 223.0) |
| OKLCH | oklch(0.710 0.033 216.9) |
Copy-ready code
/* CSS */
color: #8ba7af;
background-color: #8ba7af;
/* Tailwind (arbitrary) */
class="text-[#8ba7af] bg-[#8ba7af]"
/* SCSS */
$brand: #8ba7af;
/* SwiftUI */
Color(red: 0.545, green: 0.655, blue: 0.686)
/* Android */
Color.parseColor("#8ba7af")Accessibility — WCAG contrast
Aa
#8ba7af on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ba7af on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green65.5%
Blue68.6%
CMYK percentages
Cyan20.6%
Magenta4.6%
Yellow0.0%
Key (black)31.4%
Color previews
#8ba7af text on a black background
contrast 8.24:1
Card sample
#8ba7af text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ba7af;
Background color
Panel with #8ba7af background
background-color: #8ba7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ba7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 167, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 167, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ba7af; background: linear-gradient(135deg, #8ba7af, #8B8FAF);