#9028eb
a balanced, electric violet · warm · closest name: blue
RGB
144, 40, 235
HSL
272°, 83%, 54%
CMYK
39, 83, 0, 8
Luminance
0.1345
Every format
| HEX | #9028eb |
| RGB | rgb(144, 40, 235) |
| HSL | hsl(272, 83%, 54%) |
| CMYK | cmyk(39%, 83%, 0%, 8%) |
| LAB | lab(43.4 73.6 -77.8) |
| LCH | lch(43.4 107.1 313.4) |
| OKLCH | oklch(0.546 0.262 301.8) |
Copy-ready code
/* CSS */
color: #9028eb;
background-color: #9028eb;
/* Tailwind (arbitrary) */
class="text-[#9028eb] bg-[#9028eb]"
/* SCSS */
$brand: #9028eb;
/* SwiftUI */
Color(red: 0.565, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#9028eb")Accessibility — WCAG contrast
Aa
#9028eb on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9028eb on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green15.7%
Blue92.2%
CMYK percentages
Cyan38.7%
Magenta83.0%
Yellow0.0%
Key (black)7.8%
Color previews
#9028eb text on a black background
contrast 3.69:1
Card sample
#9028eb text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9028eb;
Background color
Panel with #9028eb background
background-color: #9028eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9028eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9028eb; background: linear-gradient(135deg, #9028eb, #EB28C4);