#702df4
a balanced, electric violet · warm · closest name: blue
RGB
112, 45, 244
HSL
260°, 90%, 57%
CMYK
54, 82, 0, 4
Luminance
0.1185
Every format
| HEX | #702df4 |
| RGB | rgb(112, 45, 244) |
| HSL | hsl(260, 90%, 57%) |
| CMYK | cmyk(54%, 82%, 0%, 4%) |
| LAB | lab(41.0 70.2 -87.1) |
| LCH | lch(41.0 111.8 308.9) |
| OKLCH | oklch(0.523 0.265 288.8) |
Copy-ready code
/* CSS */
color: #702df4;
background-color: #702df4;
/* Tailwind (arbitrary) */
class="text-[#702df4] bg-[#702df4]"
/* SCSS */
$brand: #702df4;
/* SwiftUI */
Color(red: 0.439, green: 0.176, blue: 0.957)
/* Android */
Color.parseColor("#702df4")Accessibility — WCAG contrast
Aa
#702df4 on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#702df4 on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green17.6%
Blue95.7%
CMYK percentages
Cyan54.1%
Magenta81.6%
Yellow0.0%
Key (black)4.3%
Color previews
#702df4 text on a black background
contrast 3.37:1
Card sample
#702df4 text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #702df4;
Background color
Panel with #702df4 background
background-color: #702df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #702df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 45, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 45, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #702df4; background: linear-gradient(135deg, #702df4, #F42DF3);