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