#7929df
a balanced, vivid violet · warm · closest name: blue
RGB
121, 41, 223
HSL
266°, 74%, 52%
CMYK
46, 82, 0, 13
Luminance
0.1098
Every format
| HEX | #7929df |
| RGB | rgb(121, 41, 223) |
| HSL | hsl(266, 74%, 52%) |
| CMYK | cmyk(46%, 82%, 0%, 13%) |
| LAB | lab(39.5 67.6 -77.5) |
| LCH | lch(39.5 102.8 311.1) |
| OKLCH | oklch(0.510 0.247 295.9) |
Copy-ready code
/* CSS */
color: #7929df;
background-color: #7929df;
/* Tailwind (arbitrary) */
class="text-[#7929df] bg-[#7929df]"
/* SCSS */
$brand: #7929df;
/* SwiftUI */
Color(red: 0.475, green: 0.161, blue: 0.875)
/* Android */
Color.parseColor("#7929df")Accessibility — WCAG contrast
Aa
#7929df on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7929df on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green16.1%
Blue87.5%
CMYK percentages
Cyan45.7%
Magenta81.6%
Yellow0.0%
Key (black)12.5%
Color previews
#7929df text on a black background
contrast 3.20:1
Card sample
#7929df text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7929df;
Background color
Panel with #7929df background
background-color: #7929df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7929df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 41, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 41, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7929df; background: linear-gradient(135deg, #7929df, #DF29CC);