#724df6
a balanced, electric blue · warm · closest name: slateblue
RGB
114, 77, 246
HSL
253°, 90%, 63%
CMYK
54, 69, 0, 4
Luminance
0.1554
Every format
| HEX | #724df6 |
| RGB | rgb(114, 77, 246) |
| HSL | hsl(253, 90%, 63%) |
| CMYK | cmyk(54%, 69%, 0%, 4%) |
| LAB | lab(46.4 56.7 -79.3) |
| LCH | lch(46.4 97.5 305.6) |
| OKLCH | oklch(0.562 0.237 286.0) |
Copy-ready code
/* CSS */
color: #724df6;
background-color: #724df6;
/* Tailwind (arbitrary) */
class="text-[#724df6] bg-[#724df6]"
/* SCSS */
$brand: #724df6;
/* SwiftUI */
Color(red: 0.447, green: 0.302, blue: 0.965)
/* Android */
Color.parseColor("#724df6")Accessibility — WCAG contrast
Aa
#724df6 on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#724df6 on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green30.2%
Blue96.5%
CMYK percentages
Cyan53.7%
Magenta68.7%
Yellow0.0%
Key (black)3.5%
Color previews
#724df6 text on a black background
contrast 4.11:1
Card sample
#724df6 text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #724df6;
Background color
Panel with #724df6 background
background-color: #724df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #724df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 77, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 77, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #724df6; background: linear-gradient(135deg, #724df6, #E34DF6);