#702dfd
a balanced, electric violet · warm · closest name: blue
RGB
112, 45, 253
HSL
259°, 98%, 58%
CMYK
56, 82, 0, 1
Luminance
0.1241
Every format
| HEX | #702dfd |
| RGB | rgb(112, 45, 253) |
| HSL | hsl(259, 98%, 58%) |
| CMYK | cmyk(56%, 82%, 0%, 1%) |
| LAB | lab(41.9 72.4 -90.7) |
| LCH | lch(41.9 116.0 308.6) |
| OKLCH | oklch(0.532 0.274 287.4) |
Copy-ready code
/* CSS */
color: #702dfd;
background-color: #702dfd;
/* Tailwind (arbitrary) */
class="text-[#702dfd] bg-[#702dfd]"
/* SCSS */
$brand: #702dfd;
/* SwiftUI */
Color(red: 0.439, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#702dfd")Accessibility — WCAG contrast
Aa
#702dfd on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#702dfd on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green17.6%
Blue99.2%
CMYK percentages
Cyan55.7%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#702dfd text on a black background
contrast 3.48:1
Card sample
#702dfd text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #702dfd;
Background color
Panel with #702dfd background
background-color: #702dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #702dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #702dfd; background: linear-gradient(135deg, #702dfd, #FB2DFD);