#a197eb
a light, vivid blue · warm · closest name: plum
RGB
161, 151, 235
HSL
247°, 68%, 76%
CMYK
32, 36, 0, 8
Luminance
0.3571
Every format
| HEX | #a197eb |
| RGB | rgb(161, 151, 235) |
| HSL | hsl(247, 68%, 76%) |
| CMYK | cmyk(32%, 36%, 0%, 8%) |
| LAB | lab(66.3 22.3 -41.0) |
| LCH | lch(66.3 46.7 298.5) |
| OKLCH | oklch(0.718 0.121 288.4) |
Copy-ready code
/* CSS */
color: #a197eb;
background-color: #a197eb;
/* Tailwind (arbitrary) */
class="text-[#a197eb] bg-[#a197eb]"
/* SCSS */
$brand: #a197eb;
/* SwiftUI */
Color(red: 0.631, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#a197eb")Accessibility — WCAG contrast
Aa
#a197eb on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a197eb on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green59.2%
Blue92.2%
CMYK percentages
Cyan31.5%
Magenta35.7%
Yellow0.0%
Key (black)7.8%
Color previews
#a197eb text on a black background
contrast 8.14:1
Card sample
#a197eb text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a197eb;
Background color
Panel with #a197eb background
background-color: #a197eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a197eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a197eb; background: linear-gradient(135deg, #a197eb, #D997EB);