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