#b360eb
a balanced, electric violet · warm · closest name: slateblue
RGB
179, 96, 235
HSL
276°, 78%, 65%
CMYK
24, 59, 0, 8
Luminance
0.2395
Every format
| HEX | #b360eb |
| RGB | rgb(179, 96, 235) |
| HSL | hsl(276, 78%, 65%) |
| CMYK | cmyk(24%, 59%, 0%, 8%) |
| LAB | lab(56.0 57.1 -57.2) |
| LCH | lch(56.0 80.8 314.9) |
| OKLCH | oklch(0.645 0.208 309.3) |
Copy-ready code
/* CSS */
color: #b360eb;
background-color: #b360eb;
/* Tailwind (arbitrary) */
class="text-[#b360eb] bg-[#b360eb]"
/* SCSS */
$brand: #b360eb;
/* SwiftUI */
Color(red: 0.702, green: 0.376, blue: 0.922)
/* Android */
Color.parseColor("#b360eb")Accessibility — WCAG contrast
Aa
#b360eb on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b360eb on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green37.6%
Blue92.2%
CMYK percentages
Cyan23.8%
Magenta59.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b360eb text on a black background
contrast 5.79:1
Card sample
#b360eb text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b360eb;
Background color
Panel with #b360eb background
background-color: #b360eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b360eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 96, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 96, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b360eb; background: linear-gradient(135deg, #b360eb, #EB60C6);