#720fba
a dark, electric violet · warm · closest name: indigo
RGB
114, 15, 186
HSL
275°, 85%, 39%
CMYK
39, 92, 0, 27
Luminance
0.0746
Every format
| HEX | #720fba |
| RGB | rgb(114, 15, 186) |
| HSL | hsl(275, 85%, 39%) |
| CMYK | cmyk(39%, 92%, 0%, 27%) |
| LAB | lab(32.8 65.4 -67.0) |
| LCH | lch(32.8 93.6 314.3) |
| OKLCH | oklch(0.452 0.228 303.0) |
Copy-ready code
/* CSS */
color: #720fba;
background-color: #720fba;
/* Tailwind (arbitrary) */
class="text-[#720fba] bg-[#720fba]"
/* SCSS */
$brand: #720fba;
/* SwiftUI */
Color(red: 0.447, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#720fba")Accessibility — WCAG contrast
Aa
#720fba on white: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#720fba on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green5.9%
Blue72.9%
CMYK percentages
Cyan38.7%
Magenta91.9%
Yellow0.0%
Key (black)27.1%
Color previews
#720fba text on a black background
contrast 2.49:1
Card sample
#720fba text on a white background
contrast 8.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #720fba;
Background color
Panel with #720fba background
background-color: #720fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #720fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #720fba; background: linear-gradient(135deg, #720fba, #BA0F90);