#b038eb
a balanced, electric violet · warm · closest name: magenta
RGB
176, 56, 235
HSL
280°, 82%, 57%
CMYK
25, 76, 0, 8
Luminance
0.1806
Every format
| HEX | #b038eb |
| RGB | rgb(176, 56, 235) |
| HSL | hsl(280, 82%, 57%) |
| CMYK | cmyk(25%, 76%, 0%, 8%) |
| LAB | lab(49.6 73.4 -67.6) |
| LCH | lch(49.6 99.8 317.3) |
| OKLCH | oklch(0.598 0.256 311.4) |
Copy-ready code
/* CSS */
color: #b038eb;
background-color: #b038eb;
/* Tailwind (arbitrary) */
class="text-[#b038eb] bg-[#b038eb]"
/* SCSS */
$brand: #b038eb;
/* SwiftUI */
Color(red: 0.690, green: 0.220, blue: 0.922)
/* Android */
Color.parseColor("#b038eb")Accessibility — WCAG contrast
Aa
#b038eb on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b038eb on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green22.0%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta76.2%
Yellow0.0%
Key (black)7.8%
Color previews
#b038eb text on a black background
contrast 4.61:1
Card sample
#b038eb text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b038eb;
Background color
Panel with #b038eb background
background-color: #b038eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b038eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 56, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 56, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b038eb; background: linear-gradient(135deg, #b038eb, #EB38AF);