#720ade
a balanced, electric violet · warm · closest name: blue
RGB
114, 10, 222
HSL
269°, 91%, 46%
CMYK
49, 96, 0, 13
Luminance
0.0907
Every format
| HEX | #720ade |
| RGB | rgb(114, 10, 222) |
| HSL | hsl(269, 91%, 46%) |
| CMYK | cmyk(49%, 96%, 0%, 13%) |
| LAB | lab(36.1 73.9 -82.6) |
| LCH | lch(36.1 110.8 311.8) |
| OKLCH | oklch(0.484 0.262 295.0) |
Copy-ready code
/* CSS */
color: #720ade;
background-color: #720ade;
/* Tailwind (arbitrary) */
class="text-[#720ade] bg-[#720ade]"
/* SCSS */
$brand: #720ade;
/* SwiftUI */
Color(red: 0.447, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#720ade")Accessibility — WCAG contrast
Aa
#720ade on white: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#720ade on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green3.9%
Blue87.1%
CMYK percentages
Cyan48.6%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#720ade text on a black background
contrast 2.81:1
Card sample
#720ade text on a white background
contrast 7.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #720ade;
Background color
Panel with #720ade background
background-color: #720ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #720ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #720ade; background: linear-gradient(135deg, #720ade, #DE0ABD);