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