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