#720fac
a dark, electric violet · warm · closest name: indigo
RGB
114, 15, 172
HSL
278°, 84%, 37%
CMYK
34, 91, 0, 33
Luminance
0.0690
Every format
| HEX | #720fac |
| RGB | rgb(114, 15, 172) |
| HSL | hsl(278, 84%, 37%) |
| CMYK | cmyk(34%, 91%, 0%, 33%) |
| LAB | lab(31.6 62.5 -60.7) |
| LCH | lch(31.6 87.1 315.8) |
| OKLCH | oklch(0.439 0.216 306.9) |
Copy-ready code
/* CSS */
color: #720fac;
background-color: #720fac;
/* Tailwind (arbitrary) */
class="text-[#720fac] bg-[#720fac]"
/* SCSS */
$brand: #720fac;
/* SwiftUI */
Color(red: 0.447, green: 0.059, blue: 0.675)
/* Android */
Color.parseColor("#720fac")Accessibility — WCAG contrast
Aa
#720fac on white: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#720fac on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green5.9%
Blue67.5%
CMYK percentages
Cyan33.7%
Magenta91.3%
Yellow0.0%
Key (black)32.5%
Color previews
#720fac text on a black background
contrast 2.38:1
Card sample
#720fac text on a white background
contrast 8.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #720fac;
Background color
Panel with #720fac background
background-color: #720fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #720fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 15, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 15, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #720fac; background: linear-gradient(135deg, #720fac, #AC0F7E);