#6330af
a dark, vivid violet · warm · closest name: indigo
RGB
99, 48, 175
HSL
264°, 57%, 44%
CMYK
43, 73, 0, 31
Luminance
0.0786
Every format
| HEX | #6330af |
| RGB | rgb(99, 48, 175) |
| HSL | hsl(264, 57%, 44%) |
| CMYK | cmyk(43%, 73%, 0%, 31%) |
| LAB | lab(33.7 49.5 -59.1) |
| LCH | lch(33.7 77.1 309.9) |
| OKLCH | oklch(0.450 0.189 296.3) |
Copy-ready code
/* CSS */
color: #6330af;
background-color: #6330af;
/* Tailwind (arbitrary) */
class="text-[#6330af] bg-[#6330af]"
/* SCSS */
$brand: #6330af;
/* SwiftUI */
Color(red: 0.388, green: 0.188, blue: 0.686)
/* Android */
Color.parseColor("#6330af")Accessibility — WCAG contrast
Aa
#6330af on white: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6330af on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green18.8%
Blue68.6%
CMYK percentages
Cyan43.4%
Magenta72.6%
Yellow0.0%
Key (black)31.4%
Color previews
#6330af text on a black background
contrast 2.57:1
Card sample
#6330af text on a white background
contrast 8.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6330af;
Background color
Panel with #6330af background
background-color: #6330af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6330af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 48, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 48, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6330af; background: linear-gradient(135deg, #6330af, #AF30A6);