#b592eb
a light, vivid violet · warm · closest name: plum
RGB
181, 146, 235
HSL
264°, 69%, 75%
CMYK
23, 38, 0, 8
Luminance
0.3638
Every format
| HEX | #b592eb |
| RGB | rgb(181, 146, 235) |
| HSL | hsl(264, 69%, 75%) |
| CMYK | cmyk(23%, 38%, 0%, 8%) |
| LAB | lab(66.8 30.8 -40.1) |
| LCH | lch(66.8 50.6 307.5) |
| OKLCH | oklch(0.726 0.131 301.3) |
Copy-ready code
/* CSS */
color: #b592eb;
background-color: #b592eb;
/* Tailwind (arbitrary) */
class="text-[#b592eb] bg-[#b592eb]"
/* SCSS */
$brand: #b592eb;
/* SwiftUI */
Color(red: 0.710, green: 0.573, blue: 0.922)
/* Android */
Color.parseColor("#b592eb")Accessibility — WCAG contrast
Aa
#b592eb on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b592eb on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green57.3%
Blue92.2%
CMYK percentages
Cyan23.0%
Magenta37.9%
Yellow0.0%
Key (black)7.8%
Color previews
#b592eb text on a black background
contrast 8.28:1
Card sample
#b592eb text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b592eb;
Background color
Panel with #b592eb background
background-color: #b592eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b592eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 146, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 146, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b592eb; background: linear-gradient(135deg, #b592eb, #EB92E6);