#b596eb
a light, vivid violet · warm · closest name: plum
RGB
181, 150, 235
HSL
262°, 68%, 76%
CMYK
23, 36, 0, 8
Luminance
0.3763
Every format
| HEX | #b596eb |
| RGB | rgb(181, 150, 235) |
| HSL | hsl(262, 68%, 76%) |
| CMYK | cmyk(23%, 36%, 0%, 8%) |
| LAB | lab(67.8 28.6 -38.6) |
| LCH | lch(67.8 48.1 306.5) |
| OKLCH | oklch(0.733 0.124 300.1) |
Copy-ready code
/* CSS */
color: #b596eb;
background-color: #b596eb;
/* Tailwind (arbitrary) */
class="text-[#b596eb] bg-[#b596eb]"
/* SCSS */
$brand: #b596eb;
/* SwiftUI */
Color(red: 0.710, green: 0.588, blue: 0.922)
/* Android */
Color.parseColor("#b596eb")Accessibility — WCAG contrast
Aa
#b596eb on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b596eb on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green58.8%
Blue92.2%
CMYK percentages
Cyan23.0%
Magenta36.2%
Yellow0.0%
Key (black)7.8%
Color previews
#b596eb text on a black background
contrast 8.53:1
Card sample
#b596eb text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b596eb;
Background color
Panel with #b596eb background
background-color: #b596eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b596eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 150, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 150, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b596eb; background: linear-gradient(135deg, #b596eb, #EB96E8);