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