#8b8dbb
a balanced, soft blue · warm · closest name: steelblue
RGB
139, 141, 187
HSL
238°, 26%, 64%
CMYK
26, 25, 0, 27
Luminance
0.2813
Every format
| HEX | #8b8dbb |
| RGB | rgb(139, 141, 187) |
| HSL | hsl(238, 26%, 64%) |
| CMYK | cmyk(26%, 25%, 0%, 27%) |
| LAB | lab(60.0 9.6 -24.2) |
| LCH | lch(60.0 26.0 291.6) |
| OKLCH | oklch(0.659 0.068 282.4) |
Copy-ready code
/* CSS */
color: #8b8dbb;
background-color: #8b8dbb;
/* Tailwind (arbitrary) */
class="text-[#8b8dbb] bg-[#8b8dbb]"
/* SCSS */
$brand: #8b8dbb;
/* SwiftUI */
Color(red: 0.545, green: 0.553, blue: 0.733)
/* Android */
Color.parseColor("#8b8dbb")Accessibility — WCAG contrast
Aa
#8b8dbb on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8b8dbb on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green55.3%
Blue73.3%
CMYK percentages
Cyan25.7%
Magenta24.6%
Yellow0.0%
Key (black)26.7%
Color previews
#8b8dbb text on a black background
contrast 6.63:1
Card sample
#8b8dbb text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8b8dbb;
Background color
Panel with #8b8dbb background
background-color: #8b8dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8b8dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 141, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 141, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8b8dbb; background: linear-gradient(135deg, #8b8dbb, #A98BBB);