#7386fd
a light, electric blue · warm · closest name: royalblue
RGB
115, 134, 253
HSL
232°, 97%, 72%
CMYK
55, 47, 0, 1
Luminance
0.2779
Every format
| HEX | #7386fd |
| RGB | rgb(115, 134, 253) |
| HSL | hsl(232, 97%, 72%) |
| CMYK | cmyk(55%, 47%, 0%, 1%) |
| LAB | lab(59.7 26.3 -61.6) |
| LCH | lch(59.7 67.0 293.1) |
| OKLCH | oklch(0.662 0.176 273.8) |
Copy-ready code
/* CSS */
color: #7386fd;
background-color: #7386fd;
/* Tailwind (arbitrary) */
class="text-[#7386fd] bg-[#7386fd]"
/* SCSS */
$brand: #7386fd;
/* SwiftUI */
Color(red: 0.451, green: 0.525, blue: 0.992)
/* Android */
Color.parseColor("#7386fd")Accessibility — WCAG contrast
Aa
#7386fd on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7386fd on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green52.5%
Blue99.2%
CMYK percentages
Cyan54.5%
Magenta47.0%
Yellow0.0%
Key (black)0.8%
Color previews
#7386fd text on a black background
contrast 6.56:1
Card sample
#7386fd text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7386fd;
Background color
Panel with #7386fd background
background-color: #7386fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7386fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 134, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 134, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7386fd; background: linear-gradient(135deg, #7386fd, #BC73FD);