#b583eb
a light, vivid violet · warm · closest name: orchid
RGB
181, 131, 235
HSL
269°, 72%, 72%
CMYK
23, 44, 0, 8
Luminance
0.3205
Every format
| HEX | #b583eb |
| RGB | rgb(181, 131, 235) |
| HSL | hsl(269, 72%, 72%) |
| CMYK | cmyk(23%, 44%, 0%, 8%) |
| LAB | lab(63.4 39.1 -45.5) |
| LCH | lch(63.4 60.0 310.7) |
| OKLCH | oklch(0.700 0.155 304.9) |
Copy-ready code
/* CSS */
color: #b583eb;
background-color: #b583eb;
/* Tailwind (arbitrary) */
class="text-[#b583eb] bg-[#b583eb]"
/* SCSS */
$brand: #b583eb;
/* SwiftUI */
Color(red: 0.710, green: 0.514, blue: 0.922)
/* Android */
Color.parseColor("#b583eb")Accessibility — WCAG contrast
Aa
#b583eb on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b583eb on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green51.4%
Blue92.2%
CMYK percentages
Cyan23.0%
Magenta44.3%
Yellow0.0%
Key (black)7.8%
Color previews
#b583eb text on a black background
contrast 7.41:1
Card sample
#b583eb text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b583eb;
Background color
Panel with #b583eb background
background-color: #b583eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b583eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 131, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 131, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b583eb; background: linear-gradient(135deg, #b583eb, #EB83DC);