#8c8cba
a balanced, soft blue · warm · closest name: steelblue
RGB
140, 140, 186
HSL
240°, 25%, 64%
CMYK
25, 25, 0, 27
Luminance
0.2788
Every format
| HEX | #8c8cba |
| RGB | rgb(140, 140, 186) |
| HSL | hsl(240, 25%, 64%) |
| CMYK | cmyk(25%, 25%, 0%, 27%) |
| LAB | lab(59.8 10.2 -23.9) |
| LCH | lch(59.8 26.0 293.0) |
| OKLCH | oklch(0.657 0.068 284.4) |
Copy-ready code
/* CSS */
color: #8c8cba;
background-color: #8c8cba;
/* Tailwind (arbitrary) */
class="text-[#8c8cba] bg-[#8c8cba]"
/* SCSS */
$brand: #8c8cba;
/* SwiftUI */
Color(red: 0.549, green: 0.549, blue: 0.729)
/* Android */
Color.parseColor("#8c8cba")Accessibility — WCAG contrast
Aa
#8c8cba on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c8cba on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green54.9%
Blue72.9%
CMYK percentages
Cyan24.7%
Magenta24.7%
Yellow0.0%
Key (black)27.1%
Color previews
#8c8cba text on a black background
contrast 6.58:1
Card sample
#8c8cba text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c8cba;
Background color
Panel with #8c8cba background
background-color: #8c8cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c8cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 140, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 140, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c8cba; background: linear-gradient(135deg, #8c8cba, #AB8CBA);