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