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