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