#b249eb
a balanced, electric violet · warm · closest name: magenta
RGB
178, 73, 235
HSL
279°, 80%, 60%
CMYK
24, 69, 0, 8
Luminance
0.2023
Every format
| HEX | #b249eb |
| RGB | rgb(178, 73, 235) |
| HSL | hsl(279, 80%, 60%) |
| CMYK | cmyk(24%, 69%, 0%, 8%) |
| LAB | lab(52.1 67.4 -63.5) |
| LCH | lch(52.1 92.6 316.7) |
| OKLCH | oklch(0.617 0.238 311.0) |
Copy-ready code
/* CSS */
color: #b249eb;
background-color: #b249eb;
/* Tailwind (arbitrary) */
class="text-[#b249eb] bg-[#b249eb]"
/* SCSS */
$brand: #b249eb;
/* SwiftUI */
Color(red: 0.698, green: 0.286, blue: 0.922)
/* Android */
Color.parseColor("#b249eb")Accessibility — WCAG contrast
Aa
#b249eb on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b249eb on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green28.6%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta68.9%
Yellow0.0%
Key (black)7.8%
Color previews
#b249eb text on a black background
contrast 5.05:1
Card sample
#b249eb text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b249eb;
Background color
Panel with #b249eb background
background-color: #b249eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b249eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 73, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 73, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b249eb; background: linear-gradient(135deg, #b249eb, #EB49B8);