#8f8fba
a balanced, soft blue · warm · closest name: steelblue
RGB
143, 143, 186
HSL
240°, 24%, 65%
CMYK
23, 23, 0, 27
Luminance
0.2903
Every format
| HEX | #8f8fba |
| RGB | rgb(143, 143, 186) |
| HSL | hsl(240, 24%, 65%) |
| CMYK | cmyk(23%, 23%, 0%, 27%) |
| LAB | lab(60.8 9.4 -22.4) |
| LCH | lch(60.8 24.3 292.8) |
| OKLCH | oklch(0.666 0.063 284.5) |
Copy-ready code
/* CSS */
color: #8f8fba;
background-color: #8f8fba;
/* Tailwind (arbitrary) */
class="text-[#8f8fba] bg-[#8f8fba]"
/* SCSS */
$brand: #8f8fba;
/* SwiftUI */
Color(red: 0.561, green: 0.561, blue: 0.729)
/* Android */
Color.parseColor("#8f8fba")Accessibility — WCAG contrast
Aa
#8f8fba on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f8fba on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green56.1%
Blue72.9%
CMYK percentages
Cyan23.1%
Magenta23.1%
Yellow0.0%
Key (black)27.1%
Color previews
#8f8fba text on a black background
contrast 6.81:1
Card sample
#8f8fba text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f8fba;
Background color
Panel with #8f8fba background
background-color: #8f8fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f8fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 143, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 143, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f8fba; background: linear-gradient(135deg, #8f8fba, #AC8FBA);