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