#8c85b3
a balanced, soft blue · warm · closest name: steelblue
RGB
140, 133, 179
HSL
249°, 23%, 61%
CMYK
22, 26, 0, 30
Luminance
0.2561
Every format
| HEX | #8c85b3 |
| RGB | rgb(140, 133, 179) |
| HSL | hsl(249, 23%, 61%) |
| CMYK | cmyk(22%, 26%, 0%, 30%) |
| LAB | lab(57.7 12.6 -23.2) |
| LCH | lch(57.7 26.4 298.4) |
| OKLCH | oklch(0.640 0.069 291.3) |
Copy-ready code
/* CSS */
color: #8c85b3;
background-color: #8c85b3;
/* Tailwind (arbitrary) */
class="text-[#8c85b3] bg-[#8c85b3]"
/* SCSS */
$brand: #8c85b3;
/* SwiftUI */
Color(red: 0.549, green: 0.522, blue: 0.702)
/* Android */
Color.parseColor("#8c85b3")Accessibility — WCAG contrast
Aa
#8c85b3 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c85b3 on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green52.2%
Blue70.2%
CMYK percentages
Cyan21.8%
Magenta25.7%
Yellow0.0%
Key (black)29.8%
Color previews
#8c85b3 text on a black background
contrast 6.12:1
Card sample
#8c85b3 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c85b3;
Background color
Panel with #8c85b3 background
background-color: #8c85b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c85b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 133, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 133, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c85b3; background: linear-gradient(135deg, #8c85b3, #AB85B3);