#a596eb
a light, vivid blue · warm · closest name: plum
RGB
165, 150, 235
HSL
251°, 68%, 76%
CMYK
30, 36, 0, 8
Luminance
0.3581
Every format
| HEX | #a596eb |
| RGB | rgb(165, 150, 235) |
| HSL | hsl(251, 68%, 76%) |
| CMYK | cmyk(30%, 36%, 0%, 8%) |
| LAB | lab(66.4 24.0 -40.9) |
| LCH | lch(66.4 47.4 300.4) |
| OKLCH | oklch(0.720 0.122 291.1) |
Copy-ready code
/* CSS */
color: #a596eb;
background-color: #a596eb;
/* Tailwind (arbitrary) */
class="text-[#a596eb] bg-[#a596eb]"
/* SCSS */
$brand: #a596eb;
/* SwiftUI */
Color(red: 0.647, green: 0.588, blue: 0.922)
/* Android */
Color.parseColor("#a596eb")Accessibility — WCAG contrast
Aa
#a596eb on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a596eb on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green58.8%
Blue92.2%
CMYK percentages
Cyan29.8%
Magenta36.2%
Yellow0.0%
Key (black)7.8%
Color previews
#a596eb text on a black background
contrast 8.16:1
Card sample
#a596eb text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a596eb;
Background color
Panel with #a596eb background
background-color: #a596eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a596eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 150, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 150, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a596eb; background: linear-gradient(135deg, #a596eb, #DE96EB);