#9490df
a light, vivid blue · warm · closest name: plum
RGB
148, 144, 223
HSL
243°, 55%, 72%
CMYK
34, 35, 0, 13
Luminance
0.3157
Every format
| HEX | #9490df |
| RGB | rgb(148, 144, 223) |
| HSL | hsl(243, 55%, 72%) |
| CMYK | cmyk(34%, 35%, 0%, 13%) |
| LAB | lab(63.0 19.6 -39.7) |
| LCH | lch(63.0 44.3 296.3) |
| OKLCH | oklch(0.688 0.115 285.3) |
Copy-ready code
/* CSS */
color: #9490df;
background-color: #9490df;
/* Tailwind (arbitrary) */
class="text-[#9490df] bg-[#9490df]"
/* SCSS */
$brand: #9490df;
/* SwiftUI */
Color(red: 0.580, green: 0.565, blue: 0.875)
/* Android */
Color.parseColor("#9490df")Accessibility — WCAG contrast
Aa
#9490df on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9490df on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green56.5%
Blue87.5%
CMYK percentages
Cyan33.6%
Magenta35.4%
Yellow0.0%
Key (black)12.5%
Color previews
#9490df text on a black background
contrast 7.31:1
Card sample
#9490df text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9490df;
Background color
Panel with #9490df background
background-color: #9490df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9490df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 144, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 144, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9490df; background: linear-gradient(135deg, #9490df, #C990DF);