#722fdf
a balanced, vivid violet · warm · closest name: indigo
RGB
114, 47, 223
HSL
263°, 73%, 53%
CMYK
49, 79, 0, 13
Luminance
0.1094
Every format
| HEX | #722fdf |
| RGB | rgb(114, 47, 223) |
| HSL | hsl(263, 73%, 53%) |
| CMYK | cmyk(49%, 79%, 0%, 13%) |
| LAB | lab(39.5 64.5 -77.6) |
| LCH | lch(39.5 100.9 309.7) |
| OKLCH | oklch(0.508 0.242 292.8) |
Copy-ready code
/* CSS */
color: #722fdf;
background-color: #722fdf;
/* Tailwind (arbitrary) */
class="text-[#722fdf] bg-[#722fdf]"
/* SCSS */
$brand: #722fdf;
/* SwiftUI */
Color(red: 0.447, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#722fdf")Accessibility — WCAG contrast
Aa
#722fdf on white: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#722fdf on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green18.4%
Blue87.5%
CMYK percentages
Cyan48.9%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#722fdf text on a black background
contrast 3.19:1
Card sample
#722fdf text on a white background
contrast 6.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #722fdf;
Background color
Panel with #722fdf background
background-color: #722fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #722fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #722fdf; background: linear-gradient(135deg, #722fdf, #DF2FD7);