#b883eb
a light, vivid violet · warm · closest name: orchid
RGB
184, 131, 235
HSL
271°, 72%, 72%
CMYK
22, 44, 0, 8
Luminance
0.3242
Every format
| HEX | #b883eb |
| RGB | rgb(184, 131, 235) |
| HSL | hsl(271, 72%, 72%) |
| CMYK | cmyk(22%, 44%, 0%, 8%) |
| LAB | lab(63.7 40.0 -45.0) |
| LCH | lch(63.7 60.2 311.6) |
| OKLCH | oklch(0.703 0.156 306.3) |
Copy-ready code
/* CSS */
color: #b883eb;
background-color: #b883eb;
/* Tailwind (arbitrary) */
class="text-[#b883eb] bg-[#b883eb]"
/* SCSS */
$brand: #b883eb;
/* SwiftUI */
Color(red: 0.722, green: 0.514, blue: 0.922)
/* Android */
Color.parseColor("#b883eb")Accessibility — WCAG contrast
Aa
#b883eb on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b883eb on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green51.4%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta44.3%
Yellow0.0%
Key (black)7.8%
Color previews
#b883eb text on a black background
contrast 7.48:1
Card sample
#b883eb text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b883eb;
Background color
Panel with #b883eb background
background-color: #b883eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b883eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 131, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 131, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b883eb; background: linear-gradient(135deg, #b883eb, #EB83D9);