#792eee
a balanced, electric violet · warm · closest name: blue
RGB
121, 46, 238
HSL
263°, 85%, 56%
CMYK
49, 81, 0, 7
Luminance
0.1219
Every format
| HEX | #792eee |
| RGB | rgb(121, 46, 238) |
| HSL | hsl(263, 85%, 56%) |
| CMYK | cmyk(49%, 81%, 0%, 7%) |
| LAB | lab(41.5 69.4 -82.8) |
| LCH | lch(41.5 108.0 310.0) |
| OKLCH | oklch(0.528 0.258 292.8) |
Copy-ready code
/* CSS */
color: #792eee;
background-color: #792eee;
/* Tailwind (arbitrary) */
class="text-[#792eee] bg-[#792eee]"
/* SCSS */
$brand: #792eee;
/* SwiftUI */
Color(red: 0.475, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#792eee")Accessibility — WCAG contrast
Aa
#792eee on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#792eee on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green18.0%
Blue93.3%
CMYK percentages
Cyan49.2%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#792eee text on a black background
contrast 3.44:1
Card sample
#792eee text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #792eee;
Background color
Panel with #792eee background
background-color: #792eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #792eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #792eee; background: linear-gradient(135deg, #792eee, #EE2EE3);