#a191ee
a light, vivid blue · warm · closest name: plum
RGB
161, 145, 238
HSL
250°, 73%, 75%
CMYK
32, 39, 0, 7
Luminance
0.3400
Every format
| HEX | #a191ee |
| RGB | rgb(161, 145, 238) |
| HSL | hsl(250, 73%, 75%) |
| CMYK | cmyk(32%, 39%, 0%, 7%) |
| LAB | lab(65.0 26.5 -44.8) |
| LCH | lch(65.0 52.0 300.6) |
| OKLCH | oklch(0.708 0.134 290.5) |
Copy-ready code
/* CSS */
color: #a191ee;
background-color: #a191ee;
/* Tailwind (arbitrary) */
class="text-[#a191ee] bg-[#a191ee]"
/* SCSS */
$brand: #a191ee;
/* SwiftUI */
Color(red: 0.631, green: 0.569, blue: 0.933)
/* Android */
Color.parseColor("#a191ee")Accessibility — WCAG contrast
Aa
#a191ee on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a191ee on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green56.9%
Blue93.3%
CMYK percentages
Cyan32.4%
Magenta39.1%
Yellow0.0%
Key (black)6.7%
Color previews
#a191ee text on a black background
contrast 7.80:1
Card sample
#a191ee text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a191ee;
Background color
Panel with #a191ee background
background-color: #a191ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a191ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 145, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 145, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a191ee; background: linear-gradient(135deg, #a191ee, #DF91EE);