#b652eb
a balanced, electric violet · warm · closest name: orchid
RGB
182, 82, 235
HSL
279°, 79%, 62%
CMYK
23, 65, 0, 8
Luminance
0.2198
Every format
| HEX | #b652eb |
| RGB | rgb(182, 82, 235) |
| HSL | hsl(279, 79%, 62%) |
| CMYK | cmyk(23%, 65%, 0%, 8%) |
| LAB | lab(54.0 64.3 -60.4) |
| LCH | lch(54.0 88.3 316.8) |
| OKLCH | oklch(0.631 0.228 311.7) |
Copy-ready code
/* CSS */
color: #b652eb;
background-color: #b652eb;
/* Tailwind (arbitrary) */
class="text-[#b652eb] bg-[#b652eb]"
/* SCSS */
$brand: #b652eb;
/* SwiftUI */
Color(red: 0.714, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#b652eb")Accessibility — WCAG contrast
Aa
#b652eb on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b652eb on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green32.2%
Blue92.2%
CMYK percentages
Cyan22.6%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b652eb text on a black background
contrast 5.40:1
Card sample
#b652eb text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b652eb;
Background color
Panel with #b652eb background
background-color: #b652eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b652eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b652eb; background: linear-gradient(135deg, #b652eb, #EB52BA);