#7373c3
a balanced, soft blue · warm · closest name: slateblue
RGB
115, 115, 195
HSL
240°, 40%, 61%
CMYK
41, 41, 0, 24
Luminance
0.1985
Every format
| HEX | #7373c3 |
| RGB | rgb(115, 115, 195) |
| HSL | hsl(240, 40%, 61%) |
| CMYK | cmyk(41%, 41%, 0%, 24%) |
| LAB | lab(51.7 20.1 -41.9) |
| LCH | lch(51.7 46.5 295.7) |
| OKLCH | oklch(0.591 0.121 282.1) |
Copy-ready code
/* CSS */
color: #7373c3;
background-color: #7373c3;
/* Tailwind (arbitrary) */
class="text-[#7373c3] bg-[#7373c3]"
/* SCSS */
$brand: #7373c3;
/* SwiftUI */
Color(red: 0.451, green: 0.451, blue: 0.765)
/* Android */
Color.parseColor("#7373c3")Accessibility — WCAG contrast
Aa
#7373c3 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7373c3 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green45.1%
Blue76.5%
CMYK percentages
Cyan41.0%
Magenta41.0%
Yellow0.0%
Key (black)23.5%
Color previews
#7373c3 text on a black background
contrast 4.97:1
Card sample
#7373c3 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7373c3;
Background color
Panel with #7373c3 background
background-color: #7373c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7373c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 115, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 115, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7373c3; background: linear-gradient(135deg, #7373c3, #A873C3);