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