#790ade
a balanced, electric violet · warm · closest name: blue
RGB
121, 10, 222
HSL
271°, 91%, 46%
CMYK
46, 96, 0, 13
Luminance
0.0956
Every format
| HEX | #790ade |
| RGB | rgb(121, 10, 222) |
| HSL | hsl(271, 91%, 46%) |
| CMYK | cmyk(46%, 96%, 0%, 13%) |
| LAB | lab(37.0 74.5 -81.0) |
| LCH | lch(37.0 110.1 312.6) |
| OKLCH | oklch(0.493 0.262 297.6) |
Copy-ready code
/* CSS */
color: #790ade;
background-color: #790ade;
/* Tailwind (arbitrary) */
class="text-[#790ade] bg-[#790ade]"
/* SCSS */
$brand: #790ade;
/* SwiftUI */
Color(red: 0.475, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#790ade")Accessibility — WCAG contrast
Aa
#790ade on white: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#790ade on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green3.9%
Blue87.1%
CMYK percentages
Cyan45.5%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#790ade text on a black background
contrast 2.91:1
Card sample
#790ade text on a white background
contrast 7.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #790ade;
Background color
Panel with #790ade background
background-color: #790ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #790ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #790ade; background: linear-gradient(135deg, #790ade, #DE0AB6);