#9191b2
a balanced, soft blue · warm · closest name: gray
RGB
145, 145, 178
HSL
240°, 18%, 63%
CMYK
19, 19, 0, 30
Luminance
0.2948
Every format
| HEX | #9191b2 |
| RGB | rgb(145, 145, 178) |
| HSL | hsl(240, 18%, 63%) |
| CMYK | cmyk(19%, 19%, 0%, 30%) |
| LAB | lab(61.2 7.0 -17.2) |
| LCH | lch(61.2 18.6 292.2) |
| OKLCH | oklch(0.668 0.049 285.0) |
Copy-ready code
/* CSS */
color: #9191b2;
background-color: #9191b2;
/* Tailwind (arbitrary) */
class="text-[#9191b2] bg-[#9191b2]"
/* SCSS */
$brand: #9191b2;
/* SwiftUI */
Color(red: 0.569, green: 0.569, blue: 0.698)
/* Android */
Color.parseColor("#9191b2")Accessibility — WCAG contrast
Aa
#9191b2 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9191b2 on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green56.9%
Blue69.8%
CMYK percentages
Cyan18.5%
Magenta18.5%
Yellow0.0%
Key (black)30.2%
Color previews
#9191b2 text on a black background
contrast 6.90:1
Card sample
#9191b2 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9191b2;
Background color
Panel with #9191b2 background
background-color: #9191b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9191b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 145, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 145, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9191b2; background: linear-gradient(135deg, #9191b2, #A791B2);