#703fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
112, 63, 223
HSL
258°, 71%, 56%
CMYK
50, 72, 0, 13
Luminance
0.1233
Every format
| HEX | #703fdf |
| RGB | rgb(112, 63, 223) |
| HSL | hsl(258, 71%, 56%) |
| CMYK | cmyk(50%, 72%, 0%, 13%) |
| LAB | lab(41.7 57.1 -73.9) |
| LCH | lch(41.7 93.4 307.7) |
| OKLCH | oklch(0.523 0.226 290.3) |
Copy-ready code
/* CSS */
color: #703fdf;
background-color: #703fdf;
/* Tailwind (arbitrary) */
class="text-[#703fdf] bg-[#703fdf]"
/* SCSS */
$brand: #703fdf;
/* SwiftUI */
Color(red: 0.439, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#703fdf")Accessibility — WCAG contrast
Aa
#703fdf on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#703fdf on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green24.7%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#703fdf text on a black background
contrast 3.47:1
Card sample
#703fdf text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #703fdf;
Background color
Panel with #703fdf background
background-color: #703fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #703fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #703fdf; background: linear-gradient(135deg, #703fdf, #DB3FDF);