#9082eb
a light, vivid blue · warm · closest name: slateblue
RGB
144, 130, 235
HSL
248°, 72%, 72%
CMYK
39, 45, 0, 8
Luminance
0.2789
Every format
| HEX | #9082eb |
| RGB | rgb(144, 130, 235) |
| HSL | hsl(248, 72%, 72%) |
| CMYK | cmyk(39%, 45%, 0%, 8%) |
| LAB | lab(59.8 29.9 -51.4) |
| LCH | lch(59.8 59.5 300.2) |
| OKLCH | oklch(0.665 0.152 287.6) |
Copy-ready code
/* CSS */
color: #9082eb;
background-color: #9082eb;
/* Tailwind (arbitrary) */
class="text-[#9082eb] bg-[#9082eb]"
/* SCSS */
$brand: #9082eb;
/* SwiftUI */
Color(red: 0.565, green: 0.510, blue: 0.922)
/* Android */
Color.parseColor("#9082eb")Accessibility — WCAG contrast
Aa
#9082eb on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9082eb on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green51.0%
Blue92.2%
CMYK percentages
Cyan38.7%
Magenta44.7%
Yellow0.0%
Key (black)7.8%
Color previews
#9082eb text on a black background
contrast 6.58:1
Card sample
#9082eb text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9082eb;
Background color
Panel with #9082eb background
background-color: #9082eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9082eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 130, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 130, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9082eb; background: linear-gradient(135deg, #9082eb, #D682EB);