#7368fd
a light, electric blue · warm · closest name: slateblue
RGB
115, 104, 253
HSL
244°, 97%, 70%
CMYK
55, 59, 0, 1
Luminance
0.2064
Every format
| HEX | #7368fd |
| RGB | rgb(115, 104, 253) |
| HSL | hsl(244, 97%, 70%) |
| CMYK | cmyk(55%, 59%, 0%, 1%) |
| LAB | lab(52.5 44.0 -73.1) |
| LCH | lch(52.5 85.3 301.0) |
| OKLCH | oklch(0.609 0.214 281.3) |
Copy-ready code
/* CSS */
color: #7368fd;
background-color: #7368fd;
/* Tailwind (arbitrary) */
class="text-[#7368fd] bg-[#7368fd]"
/* SCSS */
$brand: #7368fd;
/* SwiftUI */
Color(red: 0.451, green: 0.408, blue: 0.992)
/* Android */
Color.parseColor("#7368fd")Accessibility — WCAG contrast
Aa
#7368fd on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7368fd on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green40.8%
Blue99.2%
CMYK percentages
Cyan54.5%
Magenta58.9%
Yellow0.0%
Key (black)0.8%
Color previews
#7368fd text on a black background
contrast 5.13:1
Card sample
#7368fd text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7368fd;
Background color
Panel with #7368fd background
background-color: #7368fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7368fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 104, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 104, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7368fd; background: linear-gradient(135deg, #7368fd, #D668FD);