#9085eb
a light, vivid blue · warm · closest name: slateblue
RGB
144, 133, 235
HSL
247°, 72%, 72%
CMYK
39, 43, 0, 8
Luminance
0.2870
Every format
| HEX | #9085eb |
| RGB | rgb(144, 133, 235) |
| HSL | hsl(247, 72%, 72%) |
| CMYK | cmyk(39%, 43%, 0%, 8%) |
| LAB | lab(60.5 28.2 -50.3) |
| LCH | lch(60.5 57.6 299.3) |
| OKLCH | oklch(0.671 0.148 286.6) |
Copy-ready code
/* CSS */
color: #9085eb;
background-color: #9085eb;
/* Tailwind (arbitrary) */
class="text-[#9085eb] bg-[#9085eb]"
/* SCSS */
$brand: #9085eb;
/* SwiftUI */
Color(red: 0.565, green: 0.522, blue: 0.922)
/* Android */
Color.parseColor("#9085eb")Accessibility — WCAG contrast
Aa
#9085eb on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9085eb on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green52.2%
Blue92.2%
CMYK percentages
Cyan38.7%
Magenta43.4%
Yellow0.0%
Key (black)7.8%
Color previews
#9085eb text on a black background
contrast 6.74:1
Card sample
#9085eb text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9085eb;
Background color
Panel with #9085eb background
background-color: #9085eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9085eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 133, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 133, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9085eb; background: linear-gradient(135deg, #9085eb, #D485EB);