#7033cd
a balanced, vivid violet · warm · closest name: indigo
RGB
112, 51, 205
HSL
264°, 61%, 50%
CMYK
45, 75, 0, 20
Luminance
0.1022
Every format
| HEX | #7033cd |
| RGB | rgb(112, 51, 205) |
| HSL | hsl(264, 61%, 50%) |
| CMYK | cmyk(45%, 75%, 0%, 20%) |
| LAB | lab(38.2 58.0 -69.3) |
| LCH | lch(38.2 90.3 309.9) |
| OKLCH | oklch(0.494 0.219 295.1) |
Copy-ready code
/* CSS */
color: #7033cd;
background-color: #7033cd;
/* Tailwind (arbitrary) */
class="text-[#7033cd] bg-[#7033cd]"
/* SCSS */
$brand: #7033cd;
/* SwiftUI */
Color(red: 0.439, green: 0.200, blue: 0.804)
/* Android */
Color.parseColor("#7033cd")Accessibility — WCAG contrast
Aa
#7033cd on white: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7033cd on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green20.0%
Blue80.4%
CMYK percentages
Cyan45.4%
Magenta75.1%
Yellow0.0%
Key (black)19.6%
Color previews
#7033cd text on a black background
contrast 3.04:1
Card sample
#7033cd text on a white background
contrast 6.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7033cd;
Background color
Panel with #7033cd background
background-color: #7033cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7033cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 51, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 51, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7033cd; background: linear-gradient(135deg, #7033cd, #CD33C3);