#714cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
113, 76, 223
HSL
255°, 70%, 59%
CMYK
49, 66, 0, 13
Luminance
0.1401
Every format
| HEX | #714cdf |
| RGB | rgb(113, 76, 223) |
| HSL | hsl(255, 70%, 59%) |
| CMYK | cmyk(49%, 66%, 0%, 13%) |
| LAB | lab(44.2 50.6 -69.8) |
| LCH | lch(44.2 86.2 305.9) |
| OKLCH | oklch(0.541 0.212 288.9) |
Copy-ready code
/* CSS */
color: #714cdf;
background-color: #714cdf;
/* Tailwind (arbitrary) */
class="text-[#714cdf] bg-[#714cdf]"
/* SCSS */
$brand: #714cdf;
/* SwiftUI */
Color(red: 0.443, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#714cdf")Accessibility — WCAG contrast
Aa
#714cdf on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#714cdf on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green29.8%
Blue87.5%
CMYK percentages
Cyan49.3%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#714cdf text on a black background
contrast 3.80:1
Card sample
#714cdf text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #714cdf;
Background color
Panel with #714cdf background
background-color: #714cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #714cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #714cdf; background: linear-gradient(135deg, #714cdf, #D34CDF);