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