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