#723eee
a balanced, electric violet · warm · closest name: blue
RGB
114, 62, 238
HSL
258°, 84%, 59%
CMYK
52, 74, 0, 7
Luminance
0.1320
Every format
| HEX | #723eee |
| RGB | rgb(114, 62, 238) |
| HSL | hsl(258, 84%, 59%) |
| CMYK | cmyk(52%, 74%, 0%, 7%) |
| LAB | lab(43.0 61.9 -80.3) |
| LCH | lch(43.0 101.3 307.6) |
| OKLCH | oklch(0.537 0.244 288.9) |
Copy-ready code
/* CSS */
color: #723eee;
background-color: #723eee;
/* Tailwind (arbitrary) */
class="text-[#723eee] bg-[#723eee]"
/* SCSS */
$brand: #723eee;
/* SwiftUI */
Color(red: 0.447, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#723eee")Accessibility — WCAG contrast
Aa
#723eee on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#723eee on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green24.3%
Blue93.3%
CMYK percentages
Cyan52.1%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#723eee text on a black background
contrast 3.64:1
Card sample
#723eee text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #723eee;
Background color
Panel with #723eee background
background-color: #723eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #723eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #723eee; background: linear-gradient(135deg, #723eee, #E73EEE);