#722cdf
a balanced, vivid violet · warm · closest name: blue
RGB
114, 44, 223
HSL
264°, 74%, 52%
CMYK
49, 80, 0, 13
Luminance
0.1071
Every format
| HEX | #722cdf |
| RGB | rgb(114, 44, 223) |
| HSL | hsl(264, 74%, 52%) |
| CMYK | cmyk(49%, 80%, 0%, 13%) |
| LAB | lab(39.1 65.6 -78.3) |
| LCH | lch(39.1 102.1 310.0) |
| OKLCH | oklch(0.505 0.244 293.1) |
Copy-ready code
/* CSS */
color: #722cdf;
background-color: #722cdf;
/* Tailwind (arbitrary) */
class="text-[#722cdf] bg-[#722cdf]"
/* SCSS */
$brand: #722cdf;
/* SwiftUI */
Color(red: 0.447, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#722cdf")Accessibility — WCAG contrast
Aa
#722cdf on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#722cdf on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green17.3%
Blue87.5%
CMYK percentages
Cyan48.9%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#722cdf text on a black background
contrast 3.14:1
Card sample
#722cdf text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #722cdf;
Background color
Panel with #722cdf background
background-color: #722cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #722cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #722cdf; background: linear-gradient(135deg, #722cdf, #DF2CD5);