#724dfd
a balanced, electric blue · warm · closest name: slateblue
RGB
114, 77, 253
HSL
253°, 98%, 65%
CMYK
55, 70, 0, 1
Luminance
0.1598
Every format
| HEX | #724dfd |
| RGB | rgb(114, 77, 253) |
| HSL | hsl(253, 98%, 65%) |
| CMYK | cmyk(55%, 70%, 0%, 1%) |
| LAB | lab(46.9 58.7 -82.3) |
| LCH | lch(46.9 101.1 305.5) |
| OKLCH | oklch(0.568 0.245 285.2) |
Copy-ready code
/* CSS */
color: #724dfd;
background-color: #724dfd;
/* Tailwind (arbitrary) */
class="text-[#724dfd] bg-[#724dfd]"
/* SCSS */
$brand: #724dfd;
/* SwiftUI */
Color(red: 0.447, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#724dfd")Accessibility — WCAG contrast
Aa
#724dfd on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#724dfd on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green30.2%
Blue99.2%
CMYK percentages
Cyan54.9%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#724dfd text on a black background
contrast 4.20:1
Card sample
#724dfd text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #724dfd;
Background color
Panel with #724dfd background
background-color: #724dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #724dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #724dfd; background: linear-gradient(135deg, #724dfd, #E74DFD);