#b438eb
a balanced, electric violet · warm · closest name: magenta
RGB
180, 56, 235
HSL
282°, 82%, 57%
CMYK
23, 76, 0, 8
Luminance
0.1853
Every format
| HEX | #b438eb |
| RGB | rgb(180, 56, 235) |
| HSL | hsl(282, 82%, 57%) |
| CMYK | cmyk(23%, 76%, 0%, 8%) |
| LAB | lab(50.1 74.1 -66.7) |
| LCH | lch(50.1 99.7 318.0) |
| OKLCH | oklch(0.603 0.257 312.7) |
Copy-ready code
/* CSS */
color: #b438eb;
background-color: #b438eb;
/* Tailwind (arbitrary) */
class="text-[#b438eb] bg-[#b438eb]"
/* SCSS */
$brand: #b438eb;
/* SwiftUI */
Color(red: 0.706, green: 0.220, blue: 0.922)
/* Android */
Color.parseColor("#b438eb")Accessibility — WCAG contrast
Aa
#b438eb on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b438eb on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green22.0%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta76.2%
Yellow0.0%
Key (black)7.8%
Color previews
#b438eb text on a black background
contrast 4.71:1
Card sample
#b438eb text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b438eb;
Background color
Panel with #b438eb background
background-color: #b438eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b438eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 56, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 56, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b438eb; background: linear-gradient(135deg, #b438eb, #EB38AB);