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