#9293ff
a light, electric blue · warm · closest name: dodgerblue
RGB
146, 147, 255
HSL
239°, 100%, 79%
CMYK
43, 42, 0, 0
Luminance
0.3420
Every format
| HEX | #9293ff |
| RGB | rgb(146, 147, 255) |
| HSL | hsl(239, 100%, 79%) |
| CMYK | cmyk(43%, 42%, 0%, 0%) |
| LAB | lab(65.1 26.1 -53.9) |
| LCH | lch(65.1 59.9 295.8) |
| OKLCH | oklch(0.709 0.155 281.3) |
Copy-ready code
/* CSS */
color: #9293ff;
background-color: #9293ff;
/* Tailwind (arbitrary) */
class="text-[#9293ff] bg-[#9293ff]"
/* SCSS */
$brand: #9293ff;
/* SwiftUI */
Color(red: 0.573, green: 0.576, blue: 1.000)
/* Android */
Color.parseColor("#9293ff")Accessibility — WCAG contrast
Aa
#9293ff on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9293ff on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green57.6%
Blue100.0%
CMYK percentages
Cyan42.7%
Magenta42.4%
Yellow0.0%
Key (black)0.0%
Color previews
#9293ff text on a black background
contrast 7.84:1
Card sample
#9293ff text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9293ff;
Background color
Panel with #9293ff background
background-color: #9293ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9293ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 147, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 147, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9293ff; background: linear-gradient(135deg, #9293ff, #DA92FF);