#720eb0
a dark, electric violet · warm · closest name: indigo
RGB
114, 14, 176
HSL
277°, 85%, 37%
CMYK
35, 92, 0, 31
Luminance
0.0703
Every format
| HEX | #720eb0 |
| RGB | rgb(114, 14, 176) |
| HSL | hsl(277, 85%, 37%) |
| CMYK | cmyk(35%, 92%, 0%, 31%) |
| LAB | lab(31.9 63.5 -62.6) |
| LCH | lch(31.9 89.2 315.4) |
| OKLCH | oklch(0.442 0.220 305.8) |
Copy-ready code
/* CSS */
color: #720eb0;
background-color: #720eb0;
/* Tailwind (arbitrary) */
class="text-[#720eb0] bg-[#720eb0]"
/* SCSS */
$brand: #720eb0;
/* SwiftUI */
Color(red: 0.447, green: 0.055, blue: 0.690)
/* Android */
Color.parseColor("#720eb0")Accessibility — WCAG contrast
Aa
#720eb0 on white: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#720eb0 on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green5.5%
Blue69.0%
CMYK percentages
Cyan35.2%
Magenta92.0%
Yellow0.0%
Key (black)31.0%
Color previews
#720eb0 text on a black background
contrast 2.41:1
Card sample
#720eb0 text on a white background
contrast 8.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #720eb0;
Background color
Panel with #720eb0 background
background-color: #720eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #720eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 14, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 14, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #720eb0; background: linear-gradient(135deg, #720eb0, #B00E82);