#b262eb
a light, electric violet · warm · closest name: slateblue
RGB
178, 98, 235
HSL
275°, 77%, 65%
CMYK
24, 58, 0, 8
Luminance
0.2420
Every format
| HEX | #b262eb |
| RGB | rgb(178, 98, 235) |
| HSL | hsl(275, 77%, 65%) |
| CMYK | cmyk(24%, 58%, 0%, 8%) |
| LAB | lab(56.3 55.9 -56.8) |
| LCH | lch(56.3 79.7 314.5) |
| OKLCH | oklch(0.647 0.205 308.7) |
Copy-ready code
/* CSS */
color: #b262eb;
background-color: #b262eb;
/* Tailwind (arbitrary) */
class="text-[#b262eb] bg-[#b262eb]"
/* SCSS */
$brand: #b262eb;
/* SwiftUI */
Color(red: 0.698, green: 0.384, blue: 0.922)
/* Android */
Color.parseColor("#b262eb")Accessibility — WCAG contrast
Aa
#b262eb on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b262eb on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green38.4%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta58.3%
Yellow0.0%
Key (black)7.8%
Color previews
#b262eb text on a black background
contrast 5.84:1
Card sample
#b262eb text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b262eb;
Background color
Panel with #b262eb background
background-color: #b262eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b262eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 98, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 98, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b262eb; background: linear-gradient(135deg, #b262eb, #EB62C9);