#9182ff
a light, electric blue · warm · closest name: slateblue
RGB
145, 130, 255
HSL
247°, 100%, 76%
CMYK
43, 49, 0, 0
Luminance
0.2921
Every format
| HEX | #9182ff |
| RGB | rgb(145, 130, 255) |
| HSL | hsl(247, 100%, 76%) |
| CMYK | cmyk(43%, 49%, 0%, 0%) |
| LAB | lab(61.0 35.7 -60.6) |
| LCH | lch(61.0 70.3 300.5) |
| OKLCH | oklch(0.678 0.179 286.1) |
Copy-ready code
/* CSS */
color: #9182ff;
background-color: #9182ff;
/* Tailwind (arbitrary) */
class="text-[#9182ff] bg-[#9182ff]"
/* SCSS */
$brand: #9182ff;
/* SwiftUI */
Color(red: 0.569, green: 0.510, blue: 1.000)
/* Android */
Color.parseColor("#9182ff")Accessibility — WCAG contrast
Aa
#9182ff on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9182ff on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green51.0%
Blue100.0%
CMYK percentages
Cyan43.1%
Magenta49.0%
Yellow0.0%
Key (black)0.0%
Color previews
#9182ff text on a black background
contrast 6.84:1
Card sample
#9182ff text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9182ff;
Background color
Panel with #9182ff background
background-color: #9182ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9182ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 130, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 130, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9182ff; background: linear-gradient(135deg, #9182ff, #E482FF);