#715bc9
a balanced, vivid blue · warm · closest name: slateblue
RGB
113, 91, 201
HSL
252°, 51%, 57%
CMYK
44, 55, 0, 21
Luminance
0.1521
Every format
| HEX | #715bc9 |
| RGB | rgb(113, 91, 201) |
| HSL | hsl(252, 51%, 57%) |
| CMYK | cmyk(44%, 55%, 0%, 21%) |
| LAB | lab(45.9 35.8 -54.5) |
| LCH | lch(45.9 65.2 303.3) |
| OKLCH | oklch(0.548 0.164 289.0) |
Copy-ready code
/* CSS */
color: #715bc9;
background-color: #715bc9;
/* Tailwind (arbitrary) */
class="text-[#715bc9] bg-[#715bc9]"
/* SCSS */
$brand: #715bc9;
/* SwiftUI */
Color(red: 0.443, green: 0.357, blue: 0.788)
/* Android */
Color.parseColor("#715bc9")Accessibility — WCAG contrast
Aa
#715bc9 on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#715bc9 on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green35.7%
Blue78.8%
CMYK percentages
Cyan43.8%
Magenta54.7%
Yellow0.0%
Key (black)21.2%
Color previews
#715bc9 text on a black background
contrast 4.04:1
Card sample
#715bc9 text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #715bc9;
Background color
Panel with #715bc9 background
background-color: #715bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #715bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 91, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 91, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #715bc9; background: linear-gradient(135deg, #715bc9, #BA5BC9);