#9048ff
a balanced, electric violet · warm · closest name: blue
RGB
144, 72, 255
HSL
264°, 100%, 64%
CMYK
44, 72, 0, 0
Luminance
0.1778
Every format
| HEX | #9048ff |
| RGB | rgb(144, 72, 255) |
| HSL | hsl(264, 100%, 64%) |
| CMYK | cmyk(44%, 72%, 0%, 0%) |
| LAB | lab(49.2 66.2 -79.5) |
| LCH | lch(49.2 103.5 309.8) |
| OKLCH | oklch(0.592 0.252 295.6) |
Copy-ready code
/* CSS */
color: #9048ff;
background-color: #9048ff;
/* Tailwind (arbitrary) */
class="text-[#9048ff] bg-[#9048ff]"
/* SCSS */
$brand: #9048ff;
/* SwiftUI */
Color(red: 0.565, green: 0.282, blue: 1.000)
/* Android */
Color.parseColor("#9048ff")Accessibility — WCAG contrast
Aa
#9048ff on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9048ff on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green28.2%
Blue100.0%
CMYK percentages
Cyan43.5%
Magenta71.8%
Yellow0.0%
Key (black)0.0%
Color previews
#9048ff text on a black background
contrast 4.56:1
Card sample
#9048ff text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9048ff;
Background color
Panel with #9048ff background
background-color: #9048ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9048ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 72, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 72, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9048ff; background: linear-gradient(135deg, #9048ff, #FF48F4);