#7337eb
a balanced, electric violet · warm · closest name: blue
RGB
115, 55, 235
HSL
260°, 82%, 57%
CMYK
51, 77, 0, 8
Luminance
0.1238
Every format
| HEX | #7337eb |
| RGB | rgb(115, 55, 235) |
| HSL | hsl(260, 82%, 57%) |
| CMYK | cmyk(51%, 77%, 0%, 8%) |
| LAB | lab(41.8 64.3 -80.6) |
| LCH | lch(41.8 103.1 308.6) |
| OKLCH | oklch(0.527 0.247 290.4) |
Copy-ready code
/* CSS */
color: #7337eb;
background-color: #7337eb;
/* Tailwind (arbitrary) */
class="text-[#7337eb] bg-[#7337eb]"
/* SCSS */
$brand: #7337eb;
/* SwiftUI */
Color(red: 0.451, green: 0.216, blue: 0.922)
/* Android */
Color.parseColor("#7337eb")Accessibility — WCAG contrast
Aa
#7337eb on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7337eb on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green21.6%
Blue92.2%
CMYK percentages
Cyan51.1%
Magenta76.6%
Yellow0.0%
Key (black)7.8%
Color previews
#7337eb text on a black background
contrast 3.48:1
Card sample
#7337eb text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7337eb;
Background color
Panel with #7337eb background
background-color: #7337eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7337eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 55, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 55, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7337eb; background: linear-gradient(135deg, #7337eb, #EB37EB);