#7932df
a balanced, vivid violet · warm · closest name: indigo
RGB
121, 50, 223
HSL
265°, 73%, 54%
CMYK
46, 78, 0, 13
Luminance
0.1167
Every format
| HEX | #7932df |
| RGB | rgb(121, 50, 223) |
| HSL | hsl(265, 73%, 54%) |
| CMYK | cmyk(46%, 78%, 0%, 13%) |
| LAB | lab(40.7 64.2 -75.6) |
| LCH | lch(40.7 99.2 310.4) |
| OKLCH | oklch(0.518 0.239 295.2) |
Copy-ready code
/* CSS */
color: #7932df;
background-color: #7932df;
/* Tailwind (arbitrary) */
class="text-[#7932df] bg-[#7932df]"
/* SCSS */
$brand: #7932df;
/* SwiftUI */
Color(red: 0.475, green: 0.196, blue: 0.875)
/* Android */
Color.parseColor("#7932df")Accessibility — WCAG contrast
Aa
#7932df on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7932df on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green19.6%
Blue87.5%
CMYK percentages
Cyan45.7%
Magenta77.6%
Yellow0.0%
Key (black)12.5%
Color previews
#7932df text on a black background
contrast 3.33:1
Card sample
#7932df text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7932df;
Background color
Panel with #7932df background
background-color: #7932df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7932df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 50, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 50, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7932df; background: linear-gradient(135deg, #7932df, #DF32D2);