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