#703bf4
a balanced, electric violet · warm · closest name: blue
RGB
112, 59, 244
HSL
257°, 89%, 59%
CMYK
54, 76, 0, 4
Luminance
0.1310
Every format
| HEX | #703bf4 |
| RGB | rgb(112, 59, 244) |
| HSL | hsl(257, 89%, 59%) |
| CMYK | cmyk(54%, 76%, 0%, 4%) |
| LAB | lab(42.9 64.6 -83.9) |
| LCH | lch(42.9 105.8 307.6) |
| OKLCH | oklch(0.537 0.253 287.6) |
Copy-ready code
/* CSS */
color: #703bf4;
background-color: #703bf4;
/* Tailwind (arbitrary) */
class="text-[#703bf4] bg-[#703bf4]"
/* SCSS */
$brand: #703bf4;
/* SwiftUI */
Color(red: 0.439, green: 0.231, blue: 0.957)
/* Android */
Color.parseColor("#703bf4")Accessibility — WCAG contrast
Aa
#703bf4 on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#703bf4 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green23.1%
Blue95.7%
CMYK percentages
Cyan54.1%
Magenta75.8%
Yellow0.0%
Key (black)4.3%
Color previews
#703bf4 text on a black background
contrast 3.62:1
Card sample
#703bf4 text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #703bf4;
Background color
Panel with #703bf4 background
background-color: #703bf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #703bf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 59, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 59, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #703bf4; background: linear-gradient(135deg, #703bf4, #EB3BF4);