#726cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
114, 108, 223
HSL
243°, 64%, 65%
CMYK
49, 52, 0, 13
Luminance
0.1963
Every format
| HEX | #726cdf |
| RGB | rgb(114, 108, 223) |
| HSL | hsl(243, 64%, 65%) |
| CMYK | cmyk(49%, 52%, 0%, 13%) |
| LAB | lab(51.4 32.4 -58.2) |
| LCH | lch(51.4 66.6 299.1) |
| OKLCH | oklch(0.594 0.170 282.3) |
Copy-ready code
/* CSS */
color: #726cdf;
background-color: #726cdf;
/* Tailwind (arbitrary) */
class="text-[#726cdf] bg-[#726cdf]"
/* SCSS */
$brand: #726cdf;
/* SwiftUI */
Color(red: 0.447, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#726cdf")Accessibility — WCAG contrast
Aa
#726cdf on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#726cdf on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green42.4%
Blue87.5%
CMYK percentages
Cyan48.9%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#726cdf text on a black background
contrast 4.93:1
Card sample
#726cdf text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #726cdf;
Background color
Panel with #726cdf background
background-color: #726cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #726cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #726cdf; background: linear-gradient(135deg, #726cdf, #BF6CDF);