#705fd7
a balanced, vivid blue · warm · closest name: slateblue
RGB
112, 95, 215
HSL
249°, 60%, 61%
CMYK
48, 56, 0, 16
Luminance
0.1654
Every format
| HEX | #705fd7 |
| RGB | rgb(112, 95, 215) |
| HSL | hsl(249, 60%, 61%) |
| CMYK | cmyk(48%, 56%, 0%, 16%) |
| LAB | lab(47.7 37.3 -59.7) |
| LCH | lch(47.7 70.4 302.0) |
| OKLCH | oklch(0.564 0.177 285.7) |
Copy-ready code
/* CSS */
color: #705fd7;
background-color: #705fd7;
/* Tailwind (arbitrary) */
class="text-[#705fd7] bg-[#705fd7]"
/* SCSS */
$brand: #705fd7;
/* SwiftUI */
Color(red: 0.439, green: 0.373, blue: 0.843)
/* Android */
Color.parseColor("#705fd7")Accessibility — WCAG contrast
Aa
#705fd7 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#705fd7 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green37.3%
Blue84.3%
CMYK percentages
Cyan47.9%
Magenta55.8%
Yellow0.0%
Key (black)15.7%
Color previews
#705fd7 text on a black background
contrast 4.31:1
Card sample
#705fd7 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705fd7;
Background color
Panel with #705fd7 background
background-color: #705fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 95, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 95, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705fd7; background: linear-gradient(135deg, #705fd7, #C05FD7);