#720cdf
a balanced, electric violet · warm · closest name: blue
RGB
114, 12, 223
HSL
269°, 90%, 46%
CMYK
49, 95, 0, 13
Luminance
0.0917
Every format
| HEX | #720cdf |
| RGB | rgb(114, 12, 223) |
| HSL | hsl(269, 90%, 46%) |
| CMYK | cmyk(49%, 95%, 0%, 13%) |
| LAB | lab(36.3 73.8 -82.8) |
| LCH | lch(36.3 111.0 311.7) |
| OKLCH | oklch(0.486 0.262 294.7) |
Copy-ready code
/* CSS */
color: #720cdf;
background-color: #720cdf;
/* Tailwind (arbitrary) */
class="text-[#720cdf] bg-[#720cdf]"
/* SCSS */
$brand: #720cdf;
/* SwiftUI */
Color(red: 0.447, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#720cdf")Accessibility — WCAG contrast
Aa
#720cdf on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#720cdf on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green4.7%
Blue87.5%
CMYK percentages
Cyan48.9%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#720cdf text on a black background
contrast 2.83:1
Card sample
#720cdf text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #720cdf;
Background color
Panel with #720cdf background
background-color: #720cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #720cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #720cdf; background: linear-gradient(135deg, #720cdf, #DF0CBF);