#810eb9
a dark, electric violet · warm · closest name: indigo
RGB
129, 14, 185
HSL
280°, 86%, 39%
CMYK
30, 92, 0, 28
Luminance
0.0848
Every format
| HEX | #810eb9 |
| RGB | rgb(129, 14, 185) |
| HSL | hsl(280, 86%, 39%) |
| CMYK | cmyk(30%, 92%, 0%, 28%) |
| LAB | lab(35.0 67.2 -62.8) |
| LCH | lch(35.0 92.0 316.9) |
| OKLCH | oklch(0.471 0.231 309.4) |
Copy-ready code
/* CSS */
color: #810eb9;
background-color: #810eb9;
/* Tailwind (arbitrary) */
class="text-[#810eb9] bg-[#810eb9]"
/* SCSS */
$brand: #810eb9;
/* SwiftUI */
Color(red: 0.506, green: 0.055, blue: 0.725)
/* Android */
Color.parseColor("#810eb9")Accessibility — WCAG contrast
Aa
#810eb9 on white: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#810eb9 on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green5.5%
Blue72.5%
CMYK percentages
Cyan30.3%
Magenta92.4%
Yellow0.0%
Key (black)27.5%
Color previews
#810eb9 text on a black background
contrast 2.70:1
Card sample
#810eb9 text on a white background
contrast 7.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #810eb9;
Background color
Panel with #810eb9 background
background-color: #810eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #810eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 14, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 14, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #810eb9; background: linear-gradient(135deg, #810eb9, #B90E7F);