#6134ad
a dark, vivid violet · warm · closest name: indigo
RGB
97, 52, 173
HSL
262°, 54%, 44%
CMYK
44, 70, 0, 32
Luminance
0.0801
Every format
| HEX | #6134ad |
| RGB | rgb(97, 52, 173) |
| HSL | hsl(262, 54%, 44%) |
| CMYK | cmyk(44%, 70%, 0%, 32%) |
| LAB | lab(34.0 46.6 -57.4) |
| LCH | lch(34.0 74.0 309.0) |
| OKLCH | oklch(0.452 0.181 295.2) |
Copy-ready code
/* CSS */
color: #6134ad;
background-color: #6134ad;
/* Tailwind (arbitrary) */
class="text-[#6134ad] bg-[#6134ad]"
/* SCSS */
$brand: #6134ad;
/* SwiftUI */
Color(red: 0.380, green: 0.204, blue: 0.678)
/* Android */
Color.parseColor("#6134ad")Accessibility — WCAG contrast
Aa
#6134ad on white: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6134ad on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green20.4%
Blue67.8%
CMYK percentages
Cyan43.9%
Magenta69.9%
Yellow0.0%
Key (black)32.2%
Color previews
#6134ad text on a black background
contrast 2.60:1
Card sample
#6134ad text on a white background
contrast 8.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6134ad;
Background color
Panel with #6134ad background
background-color: #6134ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6134ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 52, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 52, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6134ad; background: linear-gradient(135deg, #6134ad, #AD34A8);