#62309c
a dark, vivid violet · warm · closest name: indigo
RGB
98, 48, 156
HSL
268°, 53%, 40%
CMYK
37, 69, 0, 39
Luminance
0.0711
Every format
| HEX | #62309c |
| RGB | rgb(98, 48, 156) |
| HSL | hsl(268, 53%, 40%) |
| CMYK | cmyk(37%, 69%, 0%, 39%) |
| LAB | lab(32.1 44.3 -50.4) |
| LCH | lch(32.1 67.1 311.4) |
| OKLCH | oklch(0.434 0.167 300.8) |
Copy-ready code
/* CSS */
color: #62309c;
background-color: #62309c;
/* Tailwind (arbitrary) */
class="text-[#62309c] bg-[#62309c]"
/* SCSS */
$brand: #62309c;
/* SwiftUI */
Color(red: 0.384, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#62309c")Accessibility — WCAG contrast
Aa
#62309c on white: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#62309c on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green18.8%
Blue61.2%
CMYK percentages
Cyan37.2%
Magenta69.2%
Yellow0.0%
Key (black)38.8%
Color previews
#62309c text on a black background
contrast 2.42:1
Card sample
#62309c text on a white background
contrast 8.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62309c;
Background color
Panel with #62309c background
background-color: #62309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62309c; background: linear-gradient(135deg, #62309c, #9C308E);