#7935df
a balanced, vivid violet · warm · closest name: indigo
RGB
121, 53, 223
HSL
264°, 73%, 54%
CMYK
46, 76, 0, 13
Luminance
0.1194
Every format
| HEX | #7935df |
| RGB | rgb(121, 53, 223) |
| HSL | hsl(264, 73%, 54%) |
| CMYK | cmyk(46%, 76%, 0%, 13%) |
| LAB | lab(41.1 63.0 -74.9) |
| LCH | lch(41.1 97.9 310.1) |
| OKLCH | oklch(0.521 0.237 294.9) |
Copy-ready code
/* CSS */
color: #7935df;
background-color: #7935df;
/* Tailwind (arbitrary) */
class="text-[#7935df] bg-[#7935df]"
/* SCSS */
$brand: #7935df;
/* SwiftUI */
Color(red: 0.475, green: 0.208, blue: 0.875)
/* Android */
Color.parseColor("#7935df")Accessibility — WCAG contrast
Aa
#7935df on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7935df on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green20.8%
Blue87.5%
CMYK percentages
Cyan45.7%
Magenta76.2%
Yellow0.0%
Key (black)12.5%
Color previews
#7935df text on a black background
contrast 3.39:1
Card sample
#7935df text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7935df;
Background color
Panel with #7935df background
background-color: #7935df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7935df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 53, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 53, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7935df; background: linear-gradient(135deg, #7935df, #DF35D4);