#9191df
a light, vivid blue · warm · closest name: plum
RGB
145, 145, 223
HSL
240°, 55%, 72%
CMYK
35, 35, 0, 13
Luminance
0.3160
Every format
| HEX | #9191df |
| RGB | rgb(145, 145, 223) |
| HSL | hsl(240, 55%, 72%) |
| CMYK | cmyk(35%, 35%, 0%, 13%) |
| LAB | lab(63.0 18.2 -39.7) |
| LCH | lch(63.0 43.6 294.7) |
| OKLCH | oklch(0.688 0.114 283.0) |
Copy-ready code
/* CSS */
color: #9191df;
background-color: #9191df;
/* Tailwind (arbitrary) */
class="text-[#9191df] bg-[#9191df]"
/* SCSS */
$brand: #9191df;
/* SwiftUI */
Color(red: 0.569, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#9191df")Accessibility — WCAG contrast
Aa
#9191df on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9191df on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green56.9%
Blue87.5%
CMYK percentages
Cyan35.0%
Magenta35.0%
Yellow0.0%
Key (black)12.5%
Color previews
#9191df text on a black background
contrast 7.32:1
Card sample
#9191df text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9191df;
Background color
Panel with #9191df background
background-color: #9191df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9191df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9191df; background: linear-gradient(135deg, #9191df, #C591DF);