#9b93ff
a light, electric blue · warm · closest name: royalblue
RGB
155, 147, 255
HSL
244°, 100%, 79%
CMYK
39, 42, 0, 0
Luminance
0.3506
Every format
| HEX | #9b93ff |
| RGB | rgb(155, 147, 255) |
| HSL | hsl(244, 100%, 79%) |
| CMYK | cmyk(39%, 42%, 0%, 0%) |
| LAB | lab(65.8 28.3 -52.8) |
| LCH | lch(65.8 59.9 298.2) |
| OKLCH | oklch(0.716 0.154 285.2) |
Copy-ready code
/* CSS */
color: #9b93ff;
background-color: #9b93ff;
/* Tailwind (arbitrary) */
class="text-[#9b93ff] bg-[#9b93ff]"
/* SCSS */
$brand: #9b93ff;
/* SwiftUI */
Color(red: 0.608, green: 0.576, blue: 1.000)
/* Android */
Color.parseColor("#9b93ff")Accessibility — WCAG contrast
Aa
#9b93ff on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9b93ff on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green57.6%
Blue100.0%
CMYK percentages
Cyan39.2%
Magenta42.4%
Yellow0.0%
Key (black)0.0%
Color previews
#9b93ff text on a black background
contrast 8.01:1
Card sample
#9b93ff text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b93ff;
Background color
Panel with #9b93ff background
background-color: #9b93ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b93ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 147, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 147, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b93ff; background: linear-gradient(135deg, #9b93ff, #E393FF);