#7130df
a balanced, vivid violet · warm · closest name: indigo
RGB
113, 48, 223
HSL
262°, 73%, 53%
CMYK
49, 79, 0, 13
Luminance
0.1095
Every format
| HEX | #7130df |
| RGB | rgb(113, 48, 223) |
| HSL | hsl(262, 73%, 53%) |
| CMYK | cmyk(49%, 79%, 0%, 13%) |
| LAB | lab(39.5 63.9 -77.6) |
| LCH | lch(39.5 100.5 309.5) |
| OKLCH | oklch(0.508 0.241 292.3) |
Copy-ready code
/* CSS */
color: #7130df;
background-color: #7130df;
/* Tailwind (arbitrary) */
class="text-[#7130df] bg-[#7130df]"
/* SCSS */
$brand: #7130df;
/* SwiftUI */
Color(red: 0.443, green: 0.188, blue: 0.875)
/* Android */
Color.parseColor("#7130df")Accessibility — WCAG contrast
Aa
#7130df on white: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7130df on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green18.8%
Blue87.5%
CMYK percentages
Cyan49.3%
Magenta78.5%
Yellow0.0%
Key (black)12.5%
Color previews
#7130df text on a black background
contrast 3.19:1
Card sample
#7130df text on a white background
contrast 6.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7130df;
Background color
Panel with #7130df background
background-color: #7130df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7130df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 48, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 48, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7130df; background: linear-gradient(135deg, #7130df, #DF30D8);