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