#7933cd
a balanced, vivid violet · warm · closest name: indigo
RGB
121, 51, 205
HSL
267°, 61%, 50%
CMYK
41, 75, 0, 20
Luminance
0.1084
Every format
| HEX | #7933cd |
| RGB | rgb(121, 51, 205) |
| HSL | hsl(267, 61%, 50%) |
| CMYK | cmyk(41%, 75%, 0%, 20%) |
| LAB | lab(39.3 59.4 -67.5) |
| LCH | lch(39.3 89.9 311.4) |
| OKLCH | oklch(0.504 0.220 298.7) |
Copy-ready code
/* CSS */
color: #7933cd;
background-color: #7933cd;
/* Tailwind (arbitrary) */
class="text-[#7933cd] bg-[#7933cd]"
/* SCSS */
$brand: #7933cd;
/* SwiftUI */
Color(red: 0.475, green: 0.200, blue: 0.804)
/* Android */
Color.parseColor("#7933cd")Accessibility — WCAG contrast
Aa
#7933cd on white: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7933cd on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green20.0%
Blue80.4%
CMYK percentages
Cyan41.0%
Magenta75.1%
Yellow0.0%
Key (black)19.6%
Color previews
#7933cd text on a black background
contrast 3.17:1
Card sample
#7933cd text on a white background
contrast 6.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7933cd;
Background color
Panel with #7933cd background
background-color: #7933cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7933cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 51, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 51, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7933cd; background: linear-gradient(135deg, #7933cd, #CD33BA);