#6331ba
a balanced, vivid violet · warm · closest name: indigo
RGB
99, 49, 186
HSL
262°, 58%, 46%
CMYK
47, 74, 0, 27
Luminance
0.0839
Every format
| HEX | #6331ba |
| RGB | rgb(99, 49, 186) |
| HSL | hsl(262, 58%, 46%) |
| CMYK | cmyk(47%, 74%, 0%, 27%) |
| LAB | lab(34.8 51.9 -63.9) |
| LCH | lch(34.8 82.3 309.1) |
| OKLCH | oklch(0.461 0.200 293.7) |
Copy-ready code
/* CSS */
color: #6331ba;
background-color: #6331ba;
/* Tailwind (arbitrary) */
class="text-[#6331ba] bg-[#6331ba]"
/* SCSS */
$brand: #6331ba;
/* SwiftUI */
Color(red: 0.388, green: 0.192, blue: 0.729)
/* Android */
Color.parseColor("#6331ba")Accessibility — WCAG contrast
Aa
#6331ba on white: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6331ba on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green19.2%
Blue72.9%
CMYK percentages
Cyan46.8%
Magenta73.7%
Yellow0.0%
Key (black)27.1%
Color previews
#6331ba text on a black background
contrast 2.68:1
Card sample
#6331ba text on a white background
contrast 7.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6331ba;
Background color
Panel with #6331ba background
background-color: #6331ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6331ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 49, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 49, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6331ba; background: linear-gradient(135deg, #6331ba, #BA31B6);