#9028bf
a balanced, vivid violet · warm · closest name: indigo
RGB
144, 40, 191
HSL
281°, 65%, 45%
CMYK
25, 79, 0, 25
Luminance
0.1121
Every format
| HEX | #9028bf |
| RGB | rgb(144, 40, 191) |
| HSL | hsl(281, 65%, 45%) |
| CMYK | cmyk(25%, 79%, 0%, 25%) |
| LAB | lab(39.9 64.3 -58.2) |
| LCH | lch(39.9 86.7 317.9) |
| OKLCH | oklch(0.511 0.223 312.3) |
Copy-ready code
/* CSS */
color: #9028bf;
background-color: #9028bf;
/* Tailwind (arbitrary) */
class="text-[#9028bf] bg-[#9028bf]"
/* SCSS */
$brand: #9028bf;
/* SwiftUI */
Color(red: 0.565, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#9028bf")Accessibility — WCAG contrast
Aa
#9028bf on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9028bf on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green15.7%
Blue74.9%
CMYK percentages
Cyan24.6%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#9028bf text on a black background
contrast 3.24:1
Card sample
#9028bf text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9028bf;
Background color
Panel with #9028bf background
background-color: #9028bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9028bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9028bf; background: linear-gradient(135deg, #9028bf, #BF2889);