#726ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
114, 106, 222
HSL
244°, 64%, 64%
CMYK
49, 52, 0, 13
Luminance
0.1916
Every format
| HEX | #726ade |
| RGB | rgb(114, 106, 222) |
| HSL | hsl(244, 64%, 64%) |
| CMYK | cmyk(49%, 52%, 0%, 13%) |
| LAB | lab(50.9 33.3 -58.5) |
| LCH | lch(50.9 67.3 299.6) |
| OKLCH | oklch(0.590 0.171 282.9) |
Copy-ready code
/* CSS */
color: #726ade;
background-color: #726ade;
/* Tailwind (arbitrary) */
class="text-[#726ade] bg-[#726ade]"
/* SCSS */
$brand: #726ade;
/* SwiftUI */
Color(red: 0.447, green: 0.416, blue: 0.871)
/* Android */
Color.parseColor("#726ade")Accessibility — WCAG contrast
Aa
#726ade on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#726ade on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green41.6%
Blue87.1%
CMYK percentages
Cyan48.6%
Magenta52.3%
Yellow0.0%
Key (black)12.9%
Color previews
#726ade text on a black background
contrast 4.83:1
Card sample
#726ade text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #726ade;
Background color
Panel with #726ade background
background-color: #726ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #726ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 106, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 106, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #726ade; background: linear-gradient(135deg, #726ade, #BF6ADE);