#7378fd
a light, electric blue · warm · closest name: royalblue
RGB
115, 120, 253
HSL
238°, 97%, 72%
CMYK
55, 53, 0, 1
Luminance
0.2417
Every format
| HEX | #7378fd |
| RGB | rgb(115, 120, 253) |
| HSL | hsl(238, 97%, 72%) |
| CMYK | cmyk(55%, 53%, 0%, 1%) |
| LAB | lab(56.3 34.6 -67.1) |
| LCH | lch(56.3 75.5 297.3) |
| OKLCH | oklch(0.637 0.194 277.7) |
Copy-ready code
/* CSS */
color: #7378fd;
background-color: #7378fd;
/* Tailwind (arbitrary) */
class="text-[#7378fd] bg-[#7378fd]"
/* SCSS */
$brand: #7378fd;
/* SwiftUI */
Color(red: 0.451, green: 0.471, blue: 0.992)
/* Android */
Color.parseColor("#7378fd")Accessibility — WCAG contrast
Aa
#7378fd on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7378fd on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green47.1%
Blue99.2%
CMYK percentages
Cyan54.5%
Magenta52.6%
Yellow0.0%
Key (black)0.8%
Color previews
#7378fd text on a black background
contrast 5.83:1
Card sample
#7378fd text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7378fd;
Background color
Panel with #7378fd background
background-color: #7378fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7378fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 120, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 120, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7378fd; background: linear-gradient(135deg, #7378fd, #CA73FD);