#7337df
a balanced, vivid violet · warm · closest name: slateblue
RGB
115, 55, 223
HSL
261°, 72%, 55%
CMYK
48, 75, 0, 13
Luminance
0.1170
Every format
| HEX | #7337df |
| RGB | rgb(115, 55, 223) |
| HSL | hsl(261, 72%, 55%) |
| CMYK | cmyk(48%, 75%, 0%, 13%) |
| LAB | lab(40.7 61.3 -75.5) |
| LCH | lch(40.7 97.3 309.0) |
| OKLCH | oklch(0.517 0.234 292.4) |
Copy-ready code
/* CSS */
color: #7337df;
background-color: #7337df;
/* Tailwind (arbitrary) */
class="text-[#7337df] bg-[#7337df]"
/* SCSS */
$brand: #7337df;
/* SwiftUI */
Color(red: 0.451, green: 0.216, blue: 0.875)
/* Android */
Color.parseColor("#7337df")Accessibility — WCAG contrast
Aa
#7337df on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7337df on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green21.6%
Blue87.5%
CMYK percentages
Cyan48.4%
Magenta75.3%
Yellow0.0%
Key (black)12.5%
Color previews
#7337df text on a black background
contrast 3.34:1
Card sample
#7337df text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7337df;
Background color
Panel with #7337df background
background-color: #7337df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7337df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 55, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 55, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7337df; background: linear-gradient(135deg, #7337df, #DF37DB);