#720dbf
a dark, electric violet · warm · closest name: indigo
RGB
114, 13, 191
HSL
274°, 87%, 40%
CMYK
40, 93, 0, 25
Luminance
0.0763
Every format
| HEX | #720dbf |
| RGB | rgb(114, 13, 191) |
| HSL | hsl(274, 87%, 40%) |
| CMYK | cmyk(40%, 93%, 0%, 25%) |
| LAB | lab(33.2 66.8 -69.4) |
| LCH | lch(33.2 96.3 313.9) |
| OKLCH | oklch(0.456 0.234 301.8) |
Copy-ready code
/* CSS */
color: #720dbf;
background-color: #720dbf;
/* Tailwind (arbitrary) */
class="text-[#720dbf] bg-[#720dbf]"
/* SCSS */
$brand: #720dbf;
/* SwiftUI */
Color(red: 0.447, green: 0.051, blue: 0.749)
/* Android */
Color.parseColor("#720dbf")Accessibility — WCAG contrast
Aa
#720dbf on white: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#720dbf on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green5.1%
Blue74.9%
CMYK percentages
Cyan40.3%
Magenta93.2%
Yellow0.0%
Key (black)25.1%
Color previews
#720dbf text on a black background
contrast 2.53:1
Card sample
#720dbf text on a white background
contrast 8.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #720dbf;
Background color
Panel with #720dbf background
background-color: #720dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #720dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 13, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 13, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #720dbf; background: linear-gradient(135deg, #720dbf, #BF0D95);