#9396df
a light, vivid blue · warm · closest name: steelblue
RGB
147, 150, 223
HSL
238°, 54%, 73%
CMYK
34, 33, 0, 13
Luminance
0.3334
Every format
| HEX | #9396df |
| RGB | rgb(147, 150, 223) |
| HSL | hsl(238, 54%, 73%) |
| CMYK | cmyk(34%, 33%, 0%, 13%) |
| LAB | lab(64.4 15.9 -37.4) |
| LCH | lch(64.4 40.6 293.0) |
| OKLCH | oklch(0.699 0.106 281.5) |
Copy-ready code
/* CSS */
color: #9396df;
background-color: #9396df;
/* Tailwind (arbitrary) */
class="text-[#9396df] bg-[#9396df]"
/* SCSS */
$brand: #9396df;
/* SwiftUI */
Color(red: 0.576, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#9396df")Accessibility — WCAG contrast
Aa
#9396df on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9396df on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green58.8%
Blue87.5%
CMYK percentages
Cyan34.1%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#9396df text on a black background
contrast 7.67:1
Card sample
#9396df text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9396df;
Background color
Panel with #9396df background
background-color: #9396df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9396df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9396df; background: linear-gradient(135deg, #9396df, #C393DF);