#702ade
a balanced, vivid violet · warm · closest name: blue
RGB
112, 42, 222
HSL
263°, 73%, 52%
CMYK
50, 81, 0, 13
Luminance
0.1037
Every format
| HEX | #702ade |
| RGB | rgb(112, 42, 222) |
| HSL | hsl(263, 73%, 52%) |
| CMYK | cmyk(50%, 81%, 0%, 13%) |
| LAB | lab(38.5 65.8 -78.6) |
| LCH | lch(38.5 102.6 309.9) |
| OKLCH | oklch(0.500 0.245 292.6) |
Copy-ready code
/* CSS */
color: #702ade;
background-color: #702ade;
/* Tailwind (arbitrary) */
class="text-[#702ade] bg-[#702ade]"
/* SCSS */
$brand: #702ade;
/* SwiftUI */
Color(red: 0.439, green: 0.165, blue: 0.871)
/* Android */
Color.parseColor("#702ade")Accessibility — WCAG contrast
Aa
#702ade on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#702ade on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green16.5%
Blue87.1%
CMYK percentages
Cyan49.5%
Magenta81.1%
Yellow0.0%
Key (black)12.9%
Color previews
#702ade text on a black background
contrast 3.07:1
Card sample
#702ade text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #702ade;
Background color
Panel with #702ade background
background-color: #702ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #702ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 42, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 42, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #702ade; background: linear-gradient(135deg, #702ade, #DE2AD4);