#9488df
a light, vivid blue · warm · closest name: slateblue
RGB
148, 136, 223
HSL
248°, 58%, 70%
CMYK
34, 39, 0, 13
Luminance
0.2923
Every format
| HEX | #9488df |
| RGB | rgb(148, 136, 223) |
| HSL | hsl(248, 58%, 70%) |
| CMYK | cmyk(34%, 39%, 0%, 13%) |
| LAB | lab(61.0 24.3 -42.8) |
| LCH | lch(61.0 49.2 299.5) |
| OKLCH | oklch(0.673 0.127 288.8) |
Copy-ready code
/* CSS */
color: #9488df;
background-color: #9488df;
/* Tailwind (arbitrary) */
class="text-[#9488df] bg-[#9488df]"
/* SCSS */
$brand: #9488df;
/* SwiftUI */
Color(red: 0.580, green: 0.533, blue: 0.875)
/* Android */
Color.parseColor("#9488df")Accessibility — WCAG contrast
Aa
#9488df on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9488df on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green53.3%
Blue87.5%
CMYK percentages
Cyan33.6%
Magenta39.0%
Yellow0.0%
Key (black)12.5%
Color previews
#9488df text on a black background
contrast 6.85:1
Card sample
#9488df text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9488df;
Background color
Panel with #9488df background
background-color: #9488df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9488df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 136, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 136, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9488df; background: linear-gradient(135deg, #9488df, #CE88DF);