#7367df
a balanced, vivid blue · warm · closest name: slateblue
RGB
115, 103, 223
HSL
246°, 65%, 64%
CMYK
48, 54, 0, 13
Luminance
0.1867
Every format
| HEX | #7367df |
| RGB | rgb(115, 103, 223) |
| HSL | hsl(246, 65%, 64%) |
| CMYK | cmyk(48%, 54%, 0%, 13%) |
| LAB | lab(50.3 35.6 -60.0) |
| LCH | lch(50.3 69.8 300.7) |
| OKLCH | oklch(0.586 0.176 284.1) |
Copy-ready code
/* CSS */
color: #7367df;
background-color: #7367df;
/* Tailwind (arbitrary) */
class="text-[#7367df] bg-[#7367df]"
/* SCSS */
$brand: #7367df;
/* SwiftUI */
Color(red: 0.451, green: 0.404, blue: 0.875)
/* Android */
Color.parseColor("#7367df")Accessibility — WCAG contrast
Aa
#7367df on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7367df on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green40.4%
Blue87.5%
CMYK percentages
Cyan48.4%
Magenta53.8%
Yellow0.0%
Key (black)12.5%
Color previews
#7367df text on a black background
contrast 4.73:1
Card sample
#7367df text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7367df;
Background color
Panel with #7367df background
background-color: #7367df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7367df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 103, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 103, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7367df; background: linear-gradient(135deg, #7367df, #C367DF);