#b952eb
a balanced, electric violet · warm · closest name: orchid
RGB
185, 82, 235
HSL
280°, 79%, 62%
CMYK
21, 65, 0, 8
Luminance
0.2235
Every format
| HEX | #b952eb |
| RGB | rgb(185, 82, 235) |
| HSL | hsl(280, 79%, 62%) |
| CMYK | cmyk(21%, 65%, 0%, 8%) |
| LAB | lab(54.4 65.0 -59.8) |
| LCH | lch(54.4 88.3 317.4) |
| OKLCH | oklch(0.635 0.229 312.7) |
Copy-ready code
/* CSS */
color: #b952eb;
background-color: #b952eb;
/* Tailwind (arbitrary) */
class="text-[#b952eb] bg-[#b952eb]"
/* SCSS */
$brand: #b952eb;
/* SwiftUI */
Color(red: 0.725, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#b952eb")Accessibility — WCAG contrast
Aa
#b952eb on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b952eb on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green32.2%
Blue92.2%
CMYK percentages
Cyan21.3%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b952eb text on a black background
contrast 5.47:1
Card sample
#b952eb text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b952eb;
Background color
Panel with #b952eb background
background-color: #b952eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b952eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b952eb; background: linear-gradient(135deg, #b952eb, #EB52B7);