#b229eb
a balanced, electric violet · warm · closest name: magenta
RGB
178, 41, 235
HSL
282°, 83%, 54%
CMYK
24, 83, 0, 8
Luminance
0.1705
Every format
| HEX | #b229eb |
| RGB | rgb(178, 41, 235) |
| HSL | hsl(282, 83%, 54%) |
| CMYK | cmyk(24%, 83%, 0%, 8%) |
| LAB | lab(48.3 78.2 -69.6) |
| LCH | lch(48.3 104.7 318.3) |
| OKLCH | oklch(0.590 0.269 312.8) |
Copy-ready code
/* CSS */
color: #b229eb;
background-color: #b229eb;
/* Tailwind (arbitrary) */
class="text-[#b229eb] bg-[#b229eb]"
/* SCSS */
$brand: #b229eb;
/* SwiftUI */
Color(red: 0.698, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#b229eb")Accessibility — WCAG contrast
Aa
#b229eb on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b229eb on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green16.1%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#b229eb text on a black background
contrast 4.41:1
Card sample
#b229eb text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b229eb;
Background color
Panel with #b229eb background
background-color: #b229eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b229eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b229eb; background: linear-gradient(135deg, #b229eb, #EB29A3);