#720ce2
a balanced, electric violet · warm · closest name: blue
RGB
114, 12, 226
HSL
269°, 90%, 47%
CMYK
50, 95, 0, 11
Luminance
0.0933
Every format
| HEX | #720ce2 |
| RGB | rgb(114, 12, 226) |
| HSL | hsl(269, 90%, 47%) |
| CMYK | cmyk(50%, 95%, 0%, 11%) |
| LAB | lab(36.6 74.5 -84.0) |
| LCH | lch(36.6 112.3 311.6) |
| OKLCH | oklch(0.489 0.265 294.1) |
Copy-ready code
/* CSS */
color: #720ce2;
background-color: #720ce2;
/* Tailwind (arbitrary) */
class="text-[#720ce2] bg-[#720ce2]"
/* SCSS */
$brand: #720ce2;
/* SwiftUI */
Color(red: 0.447, green: 0.047, blue: 0.886)
/* Android */
Color.parseColor("#720ce2")Accessibility — WCAG contrast
Aa
#720ce2 on white: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#720ce2 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green4.7%
Blue88.6%
CMYK percentages
Cyan49.6%
Magenta94.7%
Yellow0.0%
Key (black)11.4%
Color previews
#720ce2 text on a black background
contrast 2.87:1
Card sample
#720ce2 text on a white background
contrast 7.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #720ce2;
Background color
Panel with #720ce2 background
background-color: #720ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #720ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 12, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 12, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #720ce2; background: linear-gradient(135deg, #720ce2, #E20CC3);