#968eb0
a balanced, soft blue · warm · closest name: gray
RGB
150, 142, 176
HSL
254°, 18%, 62%
CMYK
15, 19, 0, 31
Luminance
0.2896
Every format
| HEX | #968eb0 |
| RGB | rgb(150, 142, 176) |
| HSL | hsl(254, 18%, 62%) |
| CMYK | cmyk(15%, 19%, 0%, 31%) |
| LAB | lab(60.8 9.9 -16.7) |
| LCH | lch(60.8 19.5 300.7) |
| OKLCH | oklch(0.665 0.051 295.8) |
Copy-ready code
/* CSS */
color: #968eb0;
background-color: #968eb0;
/* Tailwind (arbitrary) */
class="text-[#968eb0] bg-[#968eb0]"
/* SCSS */
$brand: #968eb0;
/* SwiftUI */
Color(red: 0.588, green: 0.557, blue: 0.690)
/* Android */
Color.parseColor("#968eb0")Accessibility — WCAG contrast
Aa
#968eb0 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#968eb0 on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green55.7%
Blue69.0%
CMYK percentages
Cyan14.8%
Magenta19.3%
Yellow0.0%
Key (black)31.0%
Color previews
#968eb0 text on a black background
contrast 6.79:1
Card sample
#968eb0 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #968eb0;
Background color
Panel with #968eb0 background
background-color: #968eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #968eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 142, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 142, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #968eb0; background: linear-gradient(135deg, #968eb0, #AD8EB0);