#8f9dbb
a balanced, soft blue · cool · closest name: steelblue
RGB
143, 157, 187
HSL
221°, 24%, 65%
CMYK
24, 16, 0, 27
Luminance
0.3354
Every format
| HEX | #8f9dbb |
| RGB | rgb(143, 157, 187) |
| HSL | hsl(221, 24%, 65%) |
| CMYK | cmyk(24%, 16%, 0%, 27%) |
| LAB | lab(64.6 1.7 -17.1) |
| LCH | lch(64.6 17.2 275.7) |
| OKLCH | oklch(0.695 0.047 265.4) |
Copy-ready code
/* CSS */
color: #8f9dbb;
background-color: #8f9dbb;
/* Tailwind (arbitrary) */
class="text-[#8f9dbb] bg-[#8f9dbb]"
/* SCSS */
$brand: #8f9dbb;
/* SwiftUI */
Color(red: 0.561, green: 0.616, blue: 0.733)
/* Android */
Color.parseColor("#8f9dbb")Accessibility — WCAG contrast
Aa
#8f9dbb on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8f9dbb on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green61.6%
Blue73.3%
CMYK percentages
Cyan23.5%
Magenta16.0%
Yellow0.0%
Key (black)26.7%
Color previews
#8f9dbb text on a black background
contrast 7.71:1
Card sample
#8f9dbb text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f9dbb;
Background color
Panel with #8f9dbb background
background-color: #8f9dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f9dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 157, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 157, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f9dbb; background: linear-gradient(135deg, #8f9dbb, #9E8FBB);