#706fd2
a balanced, vivid blue · warm · closest name: slateblue
RGB
112, 111, 210
HSL
241°, 52%, 63%
CMYK
47, 47, 0, 18
Luminance
0.1947
Every format
| HEX | #706fd2 |
| RGB | rgb(112, 111, 210) |
| HSL | hsl(241, 52%, 63%) |
| CMYK | cmyk(47%, 47%, 0%, 18%) |
| LAB | lab(51.2 26.2 -51.1) |
| LCH | lch(51.2 57.5 297.2) |
| OKLCH | oklch(0.590 0.148 281.3) |
Copy-ready code
/* CSS */
color: #706fd2;
background-color: #706fd2;
/* Tailwind (arbitrary) */
class="text-[#706fd2] bg-[#706fd2]"
/* SCSS */
$brand: #706fd2;
/* SwiftUI */
Color(red: 0.439, green: 0.435, blue: 0.824)
/* Android */
Color.parseColor("#706fd2")Accessibility — WCAG contrast
Aa
#706fd2 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#706fd2 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green43.5%
Blue82.4%
CMYK percentages
Cyan46.7%
Magenta47.1%
Yellow0.0%
Key (black)17.6%
Color previews
#706fd2 text on a black background
contrast 4.89:1
Card sample
#706fd2 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #706fd2;
Background color
Panel with #706fd2 background
background-color: #706fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #706fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 111, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 111, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #706fd2; background: linear-gradient(135deg, #706fd2, #B26FD2);