#9191ee
a light, vivid blue · warm · closest name: dodgerblue
RGB
145, 145, 238
HSL
240°, 73%, 75%
CMYK
39, 39, 0, 7
Luminance
0.3244
Every format
| HEX | #9191ee |
| RGB | rgb(145, 145, 238) |
| HSL | hsl(240, 73%, 75%) |
| CMYK | cmyk(39%, 39%, 0%, 7%) |
| LAB | lab(63.7 22.3 -46.9) |
| LCH | lch(63.7 51.9 295.4) |
| OKLCH | oklch(0.696 0.135 282.3) |
Copy-ready code
/* CSS */
color: #9191ee;
background-color: #9191ee;
/* Tailwind (arbitrary) */
class="text-[#9191ee] bg-[#9191ee]"
/* SCSS */
$brand: #9191ee;
/* SwiftUI */
Color(red: 0.569, green: 0.569, blue: 0.933)
/* Android */
Color.parseColor("#9191ee")Accessibility — WCAG contrast
Aa
#9191ee on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9191ee on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green56.9%
Blue93.3%
CMYK percentages
Cyan39.1%
Magenta39.1%
Yellow0.0%
Key (black)6.7%
Color previews
#9191ee text on a black background
contrast 7.49:1
Card sample
#9191ee text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9191ee;
Background color
Panel with #9191ee background
background-color: #9191ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9191ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 145, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 145, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9191ee; background: linear-gradient(135deg, #9191ee, #CF91EE);