#b23eee
a balanced, electric violet · warm · closest name: magenta
RGB
178, 62, 238
HSL
280°, 84%, 59%
CMYK
25, 74, 0, 7
Luminance
0.1908
Every format
| HEX | #b23eee |
| RGB | rgb(178, 62, 238) |
| HSL | hsl(280, 84%, 59%) |
| CMYK | cmyk(25%, 74%, 0%, 7%) |
| LAB | lab(50.8 72.3 -67.3) |
| LCH | lch(50.8 98.8 317.0) |
| OKLCH | oklch(0.608 0.253 311.1) |
Copy-ready code
/* CSS */
color: #b23eee;
background-color: #b23eee;
/* Tailwind (arbitrary) */
class="text-[#b23eee] bg-[#b23eee]"
/* SCSS */
$brand: #b23eee;
/* SwiftUI */
Color(red: 0.698, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#b23eee")Accessibility — WCAG contrast
Aa
#b23eee on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b23eee on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green24.3%
Blue93.3%
CMYK percentages
Cyan25.2%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#b23eee text on a black background
contrast 4.82:1
Card sample
#b23eee text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b23eee;
Background color
Panel with #b23eee background
background-color: #b23eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b23eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b23eee; background: linear-gradient(135deg, #b23eee, #EE3EB5);