#702afd
a balanced, electric violet · warm · closest name: blue
RGB
112, 42, 253
HSL
260°, 98%, 58%
CMYK
56, 83, 0, 1
Luminance
0.1219
Every format
| HEX | #702afd |
| RGB | rgb(112, 42, 253) |
| HSL | hsl(260, 98%, 58%) |
| CMYK | cmyk(56%, 83%, 0%, 1%) |
| LAB | lab(41.5 73.4 -91.2) |
| LCH | lch(41.5 117.1 308.8) |
| OKLCH | oklch(0.530 0.276 287.6) |
Copy-ready code
/* CSS */
color: #702afd;
background-color: #702afd;
/* Tailwind (arbitrary) */
class="text-[#702afd] bg-[#702afd]"
/* SCSS */
$brand: #702afd;
/* SwiftUI */
Color(red: 0.439, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#702afd")Accessibility — WCAG contrast
Aa
#702afd on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#702afd on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green16.5%
Blue99.2%
CMYK percentages
Cyan55.7%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#702afd text on a black background
contrast 3.44:1
Card sample
#702afd text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #702afd;
Background color
Panel with #702afd background
background-color: #702afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #702afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #702afd; background: linear-gradient(135deg, #702afd, #FD2AFD);