#851eb2
a dark, vivid violet · warm · closest name: indigo
RGB
133, 30, 178
HSL
282°, 71%, 41%
CMYK
25, 83, 0, 30
Luminance
0.0913
Every format
| HEX | #851eb2 |
| RGB | rgb(133, 30, 178) |
| HSL | hsl(282, 71%, 41%) |
| CMYK | cmyk(25%, 83%, 0%, 30%) |
| LAB | lab(36.2 62.9 -56.6) |
| LCH | lch(36.2 84.6 318.0) |
| OKLCH | oklch(0.479 0.217 312.3) |
Copy-ready code
/* CSS */
color: #851eb2;
background-color: #851eb2;
/* Tailwind (arbitrary) */
class="text-[#851eb2] bg-[#851eb2]"
/* SCSS */
$brand: #851eb2;
/* SwiftUI */
Color(red: 0.522, green: 0.118, blue: 0.698)
/* Android */
Color.parseColor("#851eb2")Accessibility — WCAG contrast
Aa
#851eb2 on white: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#851eb2 on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green11.8%
Blue69.8%
CMYK percentages
Cyan25.3%
Magenta83.1%
Yellow0.0%
Key (black)30.2%
Color previews
#851eb2 text on a black background
contrast 2.83:1
Card sample
#851eb2 text on a white background
contrast 7.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #851eb2;
Background color
Panel with #851eb2 background
background-color: #851eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #851eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 30, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 30, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #851eb2; background: linear-gradient(135deg, #851eb2, #B21E7C);