#8728bf
a balanced, vivid violet · warm · closest name: indigo
RGB
135, 40, 191
HSL
278°, 65%, 45%
CMYK
29, 79, 0, 25
Luminance
0.1043
Every format
| HEX | #8728bf |
| RGB | rgb(135, 40, 191) |
| HSL | hsl(278, 65%, 45%) |
| CMYK | cmyk(29%, 79%, 0%, 25%) |
| LAB | lab(38.6 62.8 -60.4) |
| LCH | lch(38.6 87.1 316.1) |
| OKLCH | oklch(0.499 0.220 308.8) |
Copy-ready code
/* CSS */
color: #8728bf;
background-color: #8728bf;
/* Tailwind (arbitrary) */
class="text-[#8728bf] bg-[#8728bf]"
/* SCSS */
$brand: #8728bf;
/* SwiftUI */
Color(red: 0.529, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#8728bf")Accessibility — WCAG contrast
Aa
#8728bf on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8728bf on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green15.7%
Blue74.9%
CMYK percentages
Cyan29.3%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#8728bf text on a black background
contrast 3.09:1
Card sample
#8728bf text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8728bf;
Background color
Panel with #8728bf background
background-color: #8728bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8728bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8728bf; background: linear-gradient(135deg, #8728bf, #BF2892);