#9077ff
a light, electric blue · warm · closest name: slateblue
RGB
144, 119, 255
HSL
251°, 100%, 73%
CMYK
44, 53, 0, 0
Luminance
0.2634
Every format
| HEX | #9077ff |
| RGB | rgb(144, 119, 255) |
| HSL | hsl(251, 100%, 73%) |
| CMYK | cmyk(44%, 53%, 0%, 0%) |
| LAB | lab(58.4 41.7 -64.7) |
| LCH | lch(58.4 77.0 302.8) |
| OKLCH | oklch(0.658 0.194 288.3) |
Copy-ready code
/* CSS */
color: #9077ff;
background-color: #9077ff;
/* Tailwind (arbitrary) */
class="text-[#9077ff] bg-[#9077ff]"
/* SCSS */
$brand: #9077ff;
/* SwiftUI */
Color(red: 0.565, green: 0.467, blue: 1.000)
/* Android */
Color.parseColor("#9077ff")Accessibility — WCAG contrast
Aa
#9077ff on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9077ff on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green46.7%
Blue100.0%
CMYK percentages
Cyan43.5%
Magenta53.3%
Yellow0.0%
Key (black)0.0%
Color previews
#9077ff text on a black background
contrast 6.27:1
Card sample
#9077ff text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9077ff;
Background color
Panel with #9077ff background
background-color: #9077ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9077ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 119, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 119, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9077ff; background: linear-gradient(135deg, #9077ff, #EB77FF);