#7316cf
a dark, electric violet · warm · closest name: indigo
RGB
115, 22, 207
HSL
270°, 81%, 45%
CMYK
44, 89, 0, 19
Luminance
0.0872
Every format
| HEX | #7316cf |
| RGB | rgb(115, 22, 207) |
| HSL | hsl(270, 81%, 45%) |
| CMYK | cmyk(44%, 89%, 0%, 19%) |
| LAB | lab(35.5 68.6 -75.0) |
| LCH | lch(35.5 101.7 312.4) |
| OKLCH | oklch(0.476 0.244 298.1) |
Copy-ready code
/* CSS */
color: #7316cf;
background-color: #7316cf;
/* Tailwind (arbitrary) */
class="text-[#7316cf] bg-[#7316cf]"
/* SCSS */
$brand: #7316cf;
/* SwiftUI */
Color(red: 0.451, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#7316cf")Accessibility — WCAG contrast
Aa
#7316cf on white: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7316cf on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green8.6%
Blue81.2%
CMYK percentages
Cyan44.4%
Magenta89.4%
Yellow0.0%
Key (black)18.8%
Color previews
#7316cf text on a black background
contrast 2.74:1
Card sample
#7316cf text on a white background
contrast 7.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7316cf;
Background color
Panel with #7316cf background
background-color: #7316cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7316cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7316cf; background: linear-gradient(135deg, #7316cf, #CF16B0);