#7316df
a balanced, electric violet · warm · closest name: blue
RGB
115, 22, 223
HSL
268°, 82%, 48%
CMYK
48, 90, 0, 13
Luminance
0.0955
Every format
| HEX | #7316df |
| RGB | rgb(115, 22, 223) |
| HSL | hsl(268, 82%, 48%) |
| CMYK | cmyk(48%, 90%, 0%, 13%) |
| LAB | lab(37.0 72.2 -81.7) |
| LCH | lch(37.0 109.0 311.5) |
| OKLCH | oklch(0.491 0.258 294.8) |
Copy-ready code
/* CSS */
color: #7316df;
background-color: #7316df;
/* Tailwind (arbitrary) */
class="text-[#7316df] bg-[#7316df]"
/* SCSS */
$brand: #7316df;
/* SwiftUI */
Color(red: 0.451, green: 0.086, blue: 0.875)
/* Android */
Color.parseColor("#7316df")Accessibility — WCAG contrast
Aa
#7316df on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7316df on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green8.6%
Blue87.5%
CMYK percentages
Cyan48.4%
Magenta90.1%
Yellow0.0%
Key (black)12.5%
Color previews
#7316df text on a black background
contrast 2.91:1
Card sample
#7316df text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7316df;
Background color
Panel with #7316df background
background-color: #7316df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7316df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 22, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 22, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7316df; background: linear-gradient(135deg, #7316df, #DF16C5);