#703dfd
a balanced, electric violet · warm · closest name: blue
RGB
112, 61, 253
HSL
256°, 98%, 62%
CMYK
56, 76, 0, 1
Luminance
0.1387
Every format
| HEX | #703dfd |
| RGB | rgb(112, 61, 253) |
| HSL | hsl(256, 98%, 62%) |
| CMYK | cmyk(56%, 76%, 0%, 1%) |
| LAB | lab(44.0 66.0 -87.0) |
| LCH | lch(44.0 109.3 307.2) |
| OKLCH | oklch(0.547 0.261 286.2) |
Copy-ready code
/* CSS */
color: #703dfd;
background-color: #703dfd;
/* Tailwind (arbitrary) */
class="text-[#703dfd] bg-[#703dfd]"
/* SCSS */
$brand: #703dfd;
/* SwiftUI */
Color(red: 0.439, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#703dfd")Accessibility — WCAG contrast
Aa
#703dfd on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#703dfd on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green23.9%
Blue99.2%
CMYK percentages
Cyan55.7%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#703dfd text on a black background
contrast 3.77:1
Card sample
#703dfd text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #703dfd;
Background color
Panel with #703dfd background
background-color: #703dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #703dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #703dfd; background: linear-gradient(135deg, #703dfd, #F03DFD);