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