#7c33df
a balanced, vivid violet · warm · closest name: indigo
RGB
124, 51, 223
HSL
266°, 73%, 54%
CMYK
44, 77, 0, 13
Luminance
0.1198
Every format
| HEX | #7c33df |
| RGB | rgb(124, 51, 223) |
| HSL | hsl(266, 73%, 54%) |
| CMYK | cmyk(44%, 77%, 0%, 13%) |
| LAB | lab(41.2 64.2 -74.8) |
| LCH | lch(41.2 98.6 310.7) |
| OKLCH | oklch(0.522 0.239 296.2) |
Copy-ready code
/* CSS */
color: #7c33df;
background-color: #7c33df;
/* Tailwind (arbitrary) */
class="text-[#7c33df] bg-[#7c33df]"
/* SCSS */
$brand: #7c33df;
/* SwiftUI */
Color(red: 0.486, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#7c33df")Accessibility — WCAG contrast
Aa
#7c33df on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c33df on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green20.0%
Blue87.5%
CMYK percentages
Cyan44.4%
Magenta77.1%
Yellow0.0%
Key (black)12.5%
Color previews
#7c33df text on a black background
contrast 3.40:1
Card sample
#7c33df text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c33df;
Background color
Panel with #7c33df background
background-color: #7c33df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c33df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c33df; background: linear-gradient(135deg, #7c33df, #DF33CF);