#706fdf
a light, vivid blue · warm · closest name: slateblue
RGB
112, 111, 223
HSL
241°, 64%, 66%
CMYK
50, 50, 0, 13
Luminance
0.2014
Every format
| HEX | #706fdf |
| RGB | rgb(112, 111, 223) |
| HSL | hsl(241, 64%, 66%) |
| CMYK | cmyk(50%, 50%, 0%, 13%) |
| LAB | lab(52.0 30.2 -57.3) |
| LCH | lch(52.0 64.7 297.8) |
| OKLCH | oklch(0.598 0.166 280.5) |
Copy-ready code
/* CSS */
color: #706fdf;
background-color: #706fdf;
/* Tailwind (arbitrary) */
class="text-[#706fdf] bg-[#706fdf]"
/* SCSS */
$brand: #706fdf;
/* SwiftUI */
Color(red: 0.439, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#706fdf")Accessibility — WCAG contrast
Aa
#706fdf on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#706fdf on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green43.5%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#706fdf text on a black background
contrast 5.03:1
Card sample
#706fdf text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #706fdf;
Background color
Panel with #706fdf background
background-color: #706fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #706fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #706fdf; background: linear-gradient(135deg, #706fdf, #BB6FDF);