#720baf
a dark, electric violet · warm · closest name: indigo
RGB
114, 11, 175
HSL
278°, 88%, 37%
CMYK
35, 94, 0, 31
Luminance
0.0691
Every format
| HEX | #720baf |
| RGB | rgb(114, 11, 175) |
| HSL | hsl(278, 88%, 37%) |
| CMYK | cmyk(35%, 94%, 0%, 31%) |
| LAB | lab(31.6 63.8 -62.5) |
| LCH | lch(31.6 89.3 315.6) |
| OKLCH | oklch(0.440 0.221 306.2) |
Copy-ready code
/* CSS */
color: #720baf;
background-color: #720baf;
/* Tailwind (arbitrary) */
class="text-[#720baf] bg-[#720baf]"
/* SCSS */
$brand: #720baf;
/* SwiftUI */
Color(red: 0.447, green: 0.043, blue: 0.686)
/* Android */
Color.parseColor("#720baf")Accessibility — WCAG contrast
Aa
#720baf on white: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#720baf on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green4.3%
Blue68.6%
CMYK percentages
Cyan34.9%
Magenta93.7%
Yellow0.0%
Key (black)31.4%
Color previews
#720baf text on a black background
contrast 2.38:1
Card sample
#720baf text on a white background
contrast 8.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #720baf;
Background color
Panel with #720baf background
background-color: #720baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #720baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 11, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 11, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #720baf; background: linear-gradient(135deg, #720baf, #AF0B7F);