#7c36df
a balanced, vivid violet · warm · closest name: indigo
RGB
124, 54, 223
HSL
265°, 73%, 54%
CMYK
44, 76, 0, 13
Luminance
0.1225
Every format
| HEX | #7c36df |
| RGB | rgb(124, 54, 223) |
| HSL | hsl(265, 73%, 54%) |
| CMYK | cmyk(44%, 76%, 0%, 13%) |
| LAB | lab(41.6 63.0 -74.1) |
| LCH | lch(41.6 97.2 310.4) |
| OKLCH | oklch(0.525 0.236 295.9) |
Copy-ready code
/* CSS */
color: #7c36df;
background-color: #7c36df;
/* Tailwind (arbitrary) */
class="text-[#7c36df] bg-[#7c36df]"
/* SCSS */
$brand: #7c36df;
/* SwiftUI */
Color(red: 0.486, green: 0.212, blue: 0.875)
/* Android */
Color.parseColor("#7c36df")Accessibility — WCAG contrast
Aa
#7c36df on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c36df on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green21.2%
Blue87.5%
CMYK percentages
Cyan44.4%
Magenta75.8%
Yellow0.0%
Key (black)12.5%
Color previews
#7c36df text on a black background
contrast 3.45:1
Card sample
#7c36df text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c36df;
Background color
Panel with #7c36df background
background-color: #7c36df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c36df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 54, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 54, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c36df; background: linear-gradient(135deg, #7c36df, #DF36D1);