#8129eb
a balanced, electric violet · warm · closest name: blue
RGB
129, 41, 235
HSL
267°, 83%, 54%
CMYK
45, 83, 0, 8
Luminance
0.1225
Every format
| HEX | #8129eb |
| RGB | rgb(129, 41, 235) |
| HSL | hsl(267, 83%, 54%) |
| CMYK | cmyk(45%, 83%, 0%, 8%) |
| LAB | lab(41.6 71.3 -80.9) |
| LCH | lch(41.6 107.8 311.4) |
| OKLCH | oklch(0.530 0.259 296.5) |
Copy-ready code
/* CSS */
color: #8129eb;
background-color: #8129eb;
/* Tailwind (arbitrary) */
class="text-[#8129eb] bg-[#8129eb]"
/* SCSS */
$brand: #8129eb;
/* SwiftUI */
Color(red: 0.506, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#8129eb")Accessibility — WCAG contrast
Aa
#8129eb on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8129eb on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green16.1%
Blue92.2%
CMYK percentages
Cyan45.1%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#8129eb text on a black background
contrast 3.45:1
Card sample
#8129eb text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8129eb;
Background color
Panel with #8129eb background
background-color: #8129eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8129eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8129eb; background: linear-gradient(135deg, #8129eb, #EB29D4);