#722eee
a balanced, electric violet · warm · closest name: blue
RGB
114, 46, 238
HSL
261°, 85%, 56%
CMYK
52, 81, 0, 7
Luminance
0.1170
Every format
| HEX | #722eee |
| RGB | rgb(114, 46, 238) |
| HSL | hsl(261, 85%, 56%) |
| CMYK | cmyk(52%, 81%, 0%, 7%) |
| LAB | lab(40.7 68.5 -84.1) |
| LCH | lch(40.7 108.5 309.2) |
| OKLCH | oklch(0.521 0.258 290.3) |
Copy-ready code
/* CSS */
color: #722eee;
background-color: #722eee;
/* Tailwind (arbitrary) */
class="text-[#722eee] bg-[#722eee]"
/* SCSS */
$brand: #722eee;
/* SwiftUI */
Color(red: 0.447, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#722eee")Accessibility — WCAG contrast
Aa
#722eee on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#722eee on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green18.0%
Blue93.3%
CMYK percentages
Cyan52.1%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#722eee text on a black background
contrast 3.34:1
Card sample
#722eee text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #722eee;
Background color
Panel with #722eee background
background-color: #722eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #722eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #722eee; background: linear-gradient(135deg, #722eee, #EE2EEA);