#715cf1
a light, electric blue · warm · closest name: slateblue
RGB
113, 92, 241
HSL
249°, 84%, 65%
CMYK
53, 62, 0, 6
Luminance
0.1752
Every format
| HEX | #715cf1 |
| RGB | rgb(113, 92, 241) |
| HSL | hsl(249, 84%, 65%) |
| CMYK | cmyk(53%, 62%, 0%, 6%) |
| LAB | lab(48.9 46.9 -72.4) |
| LCH | lch(48.9 86.3 303.0) |
| OKLCH | oklch(0.579 0.214 283.9) |
Copy-ready code
/* CSS */
color: #715cf1;
background-color: #715cf1;
/* Tailwind (arbitrary) */
class="text-[#715cf1] bg-[#715cf1]"
/* SCSS */
$brand: #715cf1;
/* SwiftUI */
Color(red: 0.443, green: 0.361, blue: 0.945)
/* Android */
Color.parseColor("#715cf1")Accessibility — WCAG contrast
Aa
#715cf1 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#715cf1 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green36.1%
Blue94.5%
CMYK percentages
Cyan53.1%
Magenta61.8%
Yellow0.0%
Key (black)5.5%
Color previews
#715cf1 text on a black background
contrast 4.50:1
Card sample
#715cf1 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #715cf1;
Background color
Panel with #715cf1 background
background-color: #715cf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #715cf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 92, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 92, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #715cf1; background: linear-gradient(135deg, #715cf1, #D45CF1);