#b253eb
a balanced, electric violet · warm · closest name: slateblue
RGB
178, 83, 235
HSL
278°, 79%, 62%
CMYK
24, 65, 0, 8
Luminance
0.2165
Every format
| HEX | #b253eb |
| RGB | rgb(178, 83, 235) |
| HSL | hsl(278, 79%, 62%) |
| CMYK | cmyk(24%, 65%, 0%, 8%) |
| LAB | lab(53.6 63.0 -61.0) |
| LCH | lch(53.6 87.7 315.9) |
| OKLCH | oklch(0.628 0.226 310.2) |
Copy-ready code
/* CSS */
color: #b253eb;
background-color: #b253eb;
/* Tailwind (arbitrary) */
class="text-[#b253eb] bg-[#b253eb]"
/* SCSS */
$brand: #b253eb;
/* SwiftUI */
Color(red: 0.698, green: 0.325, blue: 0.922)
/* Android */
Color.parseColor("#b253eb")Accessibility — WCAG contrast
Aa
#b253eb on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b253eb on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green32.5%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta64.7%
Yellow0.0%
Key (black)7.8%
Color previews
#b253eb text on a black background
contrast 5.33:1
Card sample
#b253eb text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b253eb;
Background color
Panel with #b253eb background
background-color: #b253eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b253eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 83, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 83, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b253eb; background: linear-gradient(135deg, #b253eb, #EB53BF);