#7309c5
a dark, electric violet · warm · closest name: indigo
RGB
115, 9, 197
HSL
274°, 91%, 40%
CMYK
42, 95, 0, 23
Luminance
0.0787
Every format
| HEX | #7309c5 |
| RGB | rgb(115, 9, 197) |
| HSL | hsl(274, 91%, 40%) |
| CMYK | cmyk(42%, 95%, 0%, 23%) |
| LAB | lab(33.7 68.8 -72.0) |
| LCH | lch(33.7 99.6 313.7) |
| OKLCH | oklch(0.461 0.240 300.9) |
Copy-ready code
/* CSS */
color: #7309c5;
background-color: #7309c5;
/* Tailwind (arbitrary) */
class="text-[#7309c5] bg-[#7309c5]"
/* SCSS */
$brand: #7309c5;
/* SwiftUI */
Color(red: 0.451, green: 0.035, blue: 0.773)
/* Android */
Color.parseColor("#7309c5")Accessibility — WCAG contrast
Aa
#7309c5 on white: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7309c5 on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green3.5%
Blue77.3%
CMYK percentages
Cyan41.6%
Magenta95.4%
Yellow0.0%
Key (black)22.7%
Color previews
#7309c5 text on a black background
contrast 2.57:1
Card sample
#7309c5 text on a white background
contrast 8.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7309c5;
Background color
Panel with #7309c5 background
background-color: #7309c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7309c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 9, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 9, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7309c5; background: linear-gradient(135deg, #7309c5, #C5099A);