#7362df
a balanced, vivid blue · warm · closest name: slateblue
RGB
115, 98, 223
HSL
248°, 66%, 63%
CMYK
48, 56, 0, 13
Luminance
0.1771
Every format
| HEX | #7362df |
| RGB | rgb(115, 98, 223) |
| HSL | hsl(248, 66%, 63%) |
| CMYK | cmyk(48%, 56%, 0%, 13%) |
| LAB | lab(49.1 38.5 -61.9) |
| LCH | lch(49.1 72.9 301.9) |
| OKLCH | oklch(0.577 0.183 285.3) |
Copy-ready code
/* CSS */
color: #7362df;
background-color: #7362df;
/* Tailwind (arbitrary) */
class="text-[#7362df] bg-[#7362df]"
/* SCSS */
$brand: #7362df;
/* SwiftUI */
Color(red: 0.451, green: 0.384, blue: 0.875)
/* Android */
Color.parseColor("#7362df")Accessibility — WCAG contrast
Aa
#7362df on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7362df on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green38.4%
Blue87.5%
CMYK percentages
Cyan48.4%
Magenta56.1%
Yellow0.0%
Key (black)12.5%
Color previews
#7362df text on a black background
contrast 4.54:1
Card sample
#7362df text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7362df;
Background color
Panel with #7362df background
background-color: #7362df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7362df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 98, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 98, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7362df; background: linear-gradient(135deg, #7362df, #C662DF);