#9028cd
a balanced, vivid violet · warm · closest name: indigo
RGB
144, 40, 205
HSL
278°, 67%, 48%
CMYK
30, 81, 0, 20
Luminance
0.1185
Every format
| HEX | #9028cd |
| RGB | rgb(144, 40, 205) |
| HSL | hsl(278, 67%, 48%) |
| CMYK | cmyk(30%, 81%, 0%, 20%) |
| LAB | lab(41.0 67.2 -64.6) |
| LCH | lch(41.0 93.2 316.1) |
| OKLCH | oklch(0.522 0.235 308.6) |
Copy-ready code
/* CSS */
color: #9028cd;
background-color: #9028cd;
/* Tailwind (arbitrary) */
class="text-[#9028cd] bg-[#9028cd]"
/* SCSS */
$brand: #9028cd;
/* SwiftUI */
Color(red: 0.565, green: 0.157, blue: 0.804)
/* Android */
Color.parseColor("#9028cd")Accessibility — WCAG contrast
Aa
#9028cd on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9028cd on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green15.7%
Blue80.4%
CMYK percentages
Cyan29.8%
Magenta80.5%
Yellow0.0%
Key (black)19.6%
Color previews
#9028cd text on a black background
contrast 3.37:1
Card sample
#9028cd text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9028cd;
Background color
Panel with #9028cd background
background-color: #9028cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9028cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 40, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 40, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9028cd; background: linear-gradient(135deg, #9028cd, #CD289C);