#810eb3
a dark, electric violet · warm · closest name: indigo
RGB
129, 14, 179
HSL
282°, 86%, 38%
CMYK
28, 92, 0, 30
Luminance
0.0824
Every format
| HEX | #810eb3 |
| RGB | rgb(129, 14, 179) |
| HSL | hsl(282, 86%, 38%) |
| CMYK | cmyk(28%, 92%, 0%, 30%) |
| LAB | lab(34.5 66.1 -60.1) |
| LCH | lch(34.5 89.3 317.7) |
| OKLCH | oklch(0.466 0.226 311.0) |
Copy-ready code
/* CSS */
color: #810eb3;
background-color: #810eb3;
/* Tailwind (arbitrary) */
class="text-[#810eb3] bg-[#810eb3]"
/* SCSS */
$brand: #810eb3;
/* SwiftUI */
Color(red: 0.506, green: 0.055, blue: 0.702)
/* Android */
Color.parseColor("#810eb3")Accessibility — WCAG contrast
Aa
#810eb3 on white: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#810eb3 on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green5.5%
Blue70.2%
CMYK percentages
Cyan27.9%
Magenta92.2%
Yellow0.0%
Key (black)29.8%
Color previews
#810eb3 text on a black background
contrast 2.65:1
Card sample
#810eb3 text on a white background
contrast 7.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #810eb3;
Background color
Panel with #810eb3 background
background-color: #810eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #810eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 14, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 14, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #810eb3; background: linear-gradient(135deg, #810eb3, #B30E77);