#705fd4
a balanced, vivid blue · warm · “slateblue”
RGB
112, 95, 212
HSL
249°, 58%, 60%
CMYK
47, 55, 0, 17
Luminance
0.1638
Every format
| HEX | #705fd4 |
| RGB | rgb(112, 95, 212) |
| HSL | hsl(249, 58%, 60%) |
| CMYK | cmyk(47%, 55%, 0%, 17%) |
| LAB | lab(47.5 36.4 -58.3) |
| LCH | lch(47.5 68.8 302.0) |
| OKLCH | oklch(0.562 0.173 286.1) |
Copy-ready code
/* CSS */
color: #705fd4;
background-color: #705fd4;
/* Tailwind (arbitrary) */
class="text-[#705fd4] bg-[#705fd4]"
/* SCSS */
$brand: #705fd4;
/* SwiftUI */
Color(red: 0.439, green: 0.373, blue: 0.831)
/* Android */
Color.parseColor("#705fd4")Accessibility — WCAG contrast
Aa
#705fd4 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#705fd4 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green37.3%
Blue83.1%
CMYK percentages
Cyan47.2%
Magenta55.2%
Yellow0.0%
Key (black)16.9%
Color previews
#705fd4 text on a black background
contrast 4.28:1
Card sample
#705fd4 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705fd4;
Background color
Panel with #705fd4 background
background-color: #705fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 95, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 95, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705fd4; background: linear-gradient(135deg, #705fd4, #BE5FD4);