#7313df
a balanced, electric violet · warm · closest name: blue
RGB
115, 19, 223
HSL
268°, 84%, 48%
CMYK
48, 92, 0, 13
Luminance
0.0944
Every format
| HEX | #7313df |
| RGB | rgb(115, 19, 223) |
| HSL | hsl(268, 84%, 48%) |
| CMYK | cmyk(48%, 92%, 0%, 13%) |
| LAB | lab(36.8 72.8 -82.0) |
| LCH | lch(36.8 109.6 311.6) |
| OKLCH | oklch(0.490 0.260 294.9) |
Copy-ready code
/* CSS */
color: #7313df;
background-color: #7313df;
/* Tailwind (arbitrary) */
class="text-[#7313df] bg-[#7313df]"
/* SCSS */
$brand: #7313df;
/* SwiftUI */
Color(red: 0.451, green: 0.075, blue: 0.875)
/* Android */
Color.parseColor("#7313df")Accessibility — WCAG contrast
Aa
#7313df on white: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7313df on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green7.5%
Blue87.5%
CMYK percentages
Cyan48.4%
Magenta91.5%
Yellow0.0%
Key (black)12.5%
Color previews
#7313df text on a black background
contrast 2.89:1
Card sample
#7313df text on a white background
contrast 7.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7313df;
Background color
Panel with #7313df background
background-color: #7313df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7313df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 19, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 19, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7313df; background: linear-gradient(135deg, #7313df, #DF13C3);