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