#b227eb
a balanced, electric violet · warm · closest name: magenta
RGB
178, 39, 235
HSL
283°, 83%, 54%
CMYK
24, 83, 0, 8
Luminance
0.1691
Every format
| HEX | #b227eb |
| RGB | rgb(178, 39, 235) |
| HSL | hsl(283, 83%, 54%) |
| CMYK | cmyk(24%, 83%, 0%, 8%) |
| LAB | lab(48.1 78.7 -69.9) |
| LCH | lch(48.1 105.3 318.4) |
| OKLCH | oklch(0.589 0.270 312.8) |
Copy-ready code
/* CSS */
color: #b227eb;
background-color: #b227eb;
/* Tailwind (arbitrary) */
class="text-[#b227eb] bg-[#b227eb]"
/* SCSS */
$brand: #b227eb;
/* SwiftUI */
Color(red: 0.698, green: 0.153, blue: 0.922)
/* Android */
Color.parseColor("#b227eb")Accessibility — WCAG contrast
Aa
#b227eb on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b227eb on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green15.3%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta83.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b227eb text on a black background
contrast 4.38:1
Card sample
#b227eb text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b227eb;
Background color
Panel with #b227eb background
background-color: #b227eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b227eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 39, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 39, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b227eb; background: linear-gradient(135deg, #b227eb, #EB27A1);