#b593eb
a light, vivid violet · warm · closest name: plum
RGB
181, 147, 235
HSL
263°, 69%, 75%
CMYK
23, 37, 0, 8
Luminance
0.3669
Every format
| HEX | #b593eb |
| RGB | rgb(181, 147, 235) |
| HSL | hsl(263, 69%, 75%) |
| CMYK | cmyk(23%, 37%, 0%, 8%) |
| LAB | lab(67.0 30.3 -39.8) |
| LCH | lch(67.0 50.0 307.3) |
| OKLCH | oklch(0.728 0.129 301.0) |
Copy-ready code
/* CSS */
color: #b593eb;
background-color: #b593eb;
/* Tailwind (arbitrary) */
class="text-[#b593eb] bg-[#b593eb]"
/* SCSS */
$brand: #b593eb;
/* SwiftUI */
Color(red: 0.710, green: 0.576, blue: 0.922)
/* Android */
Color.parseColor("#b593eb")Accessibility — WCAG contrast
Aa
#b593eb on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b593eb on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green57.6%
Blue92.2%
CMYK percentages
Cyan23.0%
Magenta37.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b593eb text on a black background
contrast 8.34:1
Card sample
#b593eb text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b593eb;
Background color
Panel with #b593eb background
background-color: #b593eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b593eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 147, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 147, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b593eb; background: linear-gradient(135deg, #b593eb, #EB93E6);