#8ba2ba
a balanced, soft blue · cool · closest name: skyblue
RGB
139, 162, 186
HSL
211°, 25%, 64%
CMYK
25, 13, 0, 27
Luminance
0.3487
Every format
| HEX | #8ba2ba |
| RGB | rgb(139, 162, 186) |
| HSL | hsl(211, 25%, 64%) |
| CMYK | cmyk(25%, 13%, 0%, 27%) |
| LAB | lab(65.7 -2.6 -15.0) |
| LCH | lch(65.7 15.2 260.3) |
| OKLCH | oklch(0.703 0.044 249.6) |
Copy-ready code
/* CSS */
color: #8ba2ba;
background-color: #8ba2ba;
/* Tailwind (arbitrary) */
class="text-[#8ba2ba] bg-[#8ba2ba]"
/* SCSS */
$brand: #8ba2ba;
/* SwiftUI */
Color(red: 0.545, green: 0.635, blue: 0.729)
/* Android */
Color.parseColor("#8ba2ba")Accessibility — WCAG contrast
Aa
#8ba2ba on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ba2ba on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green63.5%
Blue72.9%
CMYK percentages
Cyan25.3%
Magenta12.9%
Yellow0.0%
Key (black)27.1%
Color previews
#8ba2ba text on a black background
contrast 7.97:1
Card sample
#8ba2ba text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ba2ba;
Background color
Panel with #8ba2ba background
background-color: #8ba2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ba2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 162, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 162, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ba2ba; background: linear-gradient(135deg, #8ba2ba, #938BBA);