#9482f4
a light, electric blue · warm · closest name: slateblue
RGB
148, 130, 244
HSL
250°, 84%, 73%
CMYK
39, 47, 0, 4
Luminance
0.2879
Every format
| HEX | #9482f4 |
| RGB | rgb(148, 130, 244) |
| HSL | hsl(250, 84%, 73%) |
| CMYK | cmyk(39%, 47%, 0%, 4%) |
| LAB | lab(60.6 33.3 -55.1) |
| LCH | lch(60.6 64.4 301.2) |
| OKLCH | oklch(0.674 0.164 288.4) |
Copy-ready code
/* CSS */
color: #9482f4;
background-color: #9482f4;
/* Tailwind (arbitrary) */
class="text-[#9482f4] bg-[#9482f4]"
/* SCSS */
$brand: #9482f4;
/* SwiftUI */
Color(red: 0.580, green: 0.510, blue: 0.957)
/* Android */
Color.parseColor("#9482f4")Accessibility — WCAG contrast
Aa
#9482f4 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9482f4 on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green51.0%
Blue95.7%
CMYK percentages
Cyan39.3%
Magenta46.7%
Yellow0.0%
Key (black)4.3%
Color previews
#9482f4 text on a black background
contrast 6.76:1
Card sample
#9482f4 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9482f4;
Background color
Panel with #9482f4 background
background-color: #9482f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9482f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 130, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 130, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9482f4; background: linear-gradient(135deg, #9482f4, #E082F4);