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