#9077eb
a light, vivid blue · warm · closest name: slateblue
RGB
144, 119, 235
HSL
253°, 74%, 69%
CMYK
39, 49, 0, 8
Luminance
0.2512
Every format
| HEX | #9077eb |
| RGB | rgb(144, 119, 235) |
| HSL | hsl(253, 74%, 69%) |
| CMYK | cmyk(39%, 49%, 0%, 8%) |
| LAB | lab(57.2 36.3 -55.5) |
| LCH | lch(57.2 66.3 303.1) |
| OKLCH | oklch(0.646 0.168 290.8) |
Copy-ready code
/* CSS */
color: #9077eb;
background-color: #9077eb;
/* Tailwind (arbitrary) */
class="text-[#9077eb] bg-[#9077eb]"
/* SCSS */
$brand: #9077eb;
/* SwiftUI */
Color(red: 0.565, green: 0.467, blue: 0.922)
/* Android */
Color.parseColor("#9077eb")Accessibility — WCAG contrast
Aa
#9077eb on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9077eb on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green46.7%
Blue92.2%
CMYK percentages
Cyan38.7%
Magenta49.4%
Yellow0.0%
Key (black)7.8%
Color previews
#9077eb text on a black background
contrast 6.02:1
Card sample
#9077eb text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9077eb;
Background color
Panel with #9077eb background
background-color: #9077eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9077eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 119, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 119, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9077eb; background: linear-gradient(135deg, #9077eb, #DD77EB);