#720bda
a dark, electric violet · warm · closest name: blue
RGB
114, 11, 218
HSL
270°, 90%, 45%
CMYK
48, 95, 0, 15
Luminance
0.0888
Every format
| HEX | #720bda |
| RGB | rgb(114, 11, 218) |
| HSL | hsl(270, 90%, 45%) |
| CMYK | cmyk(48%, 95%, 0%, 15%) |
| LAB | lab(35.8 72.9 -80.9) |
| LCH | lch(35.8 108.9 312.0) |
| OKLCH | oklch(0.481 0.258 295.8) |
Copy-ready code
/* CSS */
color: #720bda;
background-color: #720bda;
/* Tailwind (arbitrary) */
class="text-[#720bda] bg-[#720bda]"
/* SCSS */
$brand: #720bda;
/* SwiftUI */
Color(red: 0.447, green: 0.043, blue: 0.855)
/* Android */
Color.parseColor("#720bda")Accessibility — WCAG contrast
Aa
#720bda on white: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#720bda on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green4.3%
Blue85.5%
CMYK percentages
Cyan47.7%
Magenta95.0%
Yellow0.0%
Key (black)14.5%
Color previews
#720bda text on a black background
contrast 2.78:1
Card sample
#720bda text on a white background
contrast 7.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #720bda;
Background color
Panel with #720bda background
background-color: #720bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #720bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 11, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 11, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #720bda; background: linear-gradient(135deg, #720bda, #DA0BB8);