#705fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
112, 95, 223
HSL
248°, 67%, 62%
CMYK
50, 57, 0, 13
Luminance
0.1696
Every format
| HEX | #705fdf |
| RGB | rgb(112, 95, 223) |
| HSL | hsl(248, 67%, 62%) |
| CMYK | cmyk(50%, 57%, 0%, 13%) |
| LAB | lab(48.2 39.7 -63.4) |
| LCH | lch(48.2 74.8 302.0) |
| OKLCH | oklch(0.570 0.188 284.8) |
Copy-ready code
/* CSS */
color: #705fdf;
background-color: #705fdf;
/* Tailwind (arbitrary) */
class="text-[#705fdf] bg-[#705fdf]"
/* SCSS */
$brand: #705fdf;
/* SwiftUI */
Color(red: 0.439, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#705fdf")Accessibility — WCAG contrast
Aa
#705fdf on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#705fdf on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green37.3%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#705fdf text on a black background
contrast 4.39:1
Card sample
#705fdf text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705fdf;
Background color
Panel with #705fdf background
background-color: #705fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705fdf; background: linear-gradient(135deg, #705fdf, #C55FDF);