#7134ad
a dark, vivid violet · warm · closest name: indigo
RGB
113, 52, 173
HSL
270°, 54%, 44%
CMYK
35, 70, 0, 32
Luminance
0.0898
Every format
| HEX | #7134ad |
| RGB | rgb(113, 52, 173) |
| HSL | hsl(270, 54%, 44%) |
| CMYK | cmyk(35%, 70%, 0%, 32%) |
| LAB | lab(36.0 49.7 -54.2) |
| LCH | lch(36.0 73.5 312.5) |
| OKLCH | oklch(0.470 0.184 303.0) |
Copy-ready code
/* CSS */
color: #7134ad;
background-color: #7134ad;
/* Tailwind (arbitrary) */
class="text-[#7134ad] bg-[#7134ad]"
/* SCSS */
$brand: #7134ad;
/* SwiftUI */
Color(red: 0.443, green: 0.204, blue: 0.678)
/* Android */
Color.parseColor("#7134ad")Accessibility — WCAG contrast
Aa
#7134ad on white: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7134ad on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green20.4%
Blue67.8%
CMYK percentages
Cyan34.7%
Magenta69.9%
Yellow0.0%
Key (black)32.2%
Color previews
#7134ad text on a black background
contrast 2.80:1
Card sample
#7134ad text on a white background
contrast 7.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7134ad;
Background color
Panel with #7134ad background
background-color: #7134ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7134ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 52, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 52, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7134ad; background: linear-gradient(135deg, #7134ad, #AD3498);