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