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