#9028fd
a balanced, electric violet · warm · closest name: blue
RGB
144, 40, 253
HSL
269°, 98%, 58%
CMYK
43, 84, 0, 1
Luminance
0.1454
Every format
| HEX | #9028fd |
| RGB | rgb(144, 40, 253) |
| HSL | hsl(269, 98%, 58%) |
| CMYK | cmyk(43%, 84%, 0%, 1%) |
| LAB | lab(45.0 77.5 -85.4) |
| LCH | lch(45.0 115.3 312.2) |
| OKLCH | oklch(0.562 0.278 298.3) |
Copy-ready code
/* CSS */
color: #9028fd;
background-color: #9028fd;
/* Tailwind (arbitrary) */
class="text-[#9028fd] bg-[#9028fd]"
/* SCSS */
$brand: #9028fd;
/* SwiftUI */
Color(red: 0.565, green: 0.157, blue: 0.992)
/* Android */
Color.parseColor("#9028fd")Accessibility — WCAG contrast
Aa
#9028fd on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9028fd on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green15.7%
Blue99.2%
CMYK percentages
Cyan43.1%
Magenta84.2%
Yellow0.0%
Key (black)0.8%
Color previews
#9028fd text on a black background
contrast 3.91:1
Card sample
#9028fd text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9028fd;
Background color
Panel with #9028fd background
background-color: #9028fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9028fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 40, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 40, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9028fd; background: linear-gradient(135deg, #9028fd, #FD28DC);