#720dfd
a balanced, electric violet · warm · closest name: blue
RGB
114, 13, 253
HSL
265°, 98%, 52%
CMYK
55, 95, 0, 1
Luminance
0.1096
Every format
| HEX | #720dfd |
| RGB | rgb(114, 13, 253) |
| HSL | hsl(265, 98%, 52%) |
| CMYK | cmyk(55%, 95%, 0%, 1%) |
| LAB | lab(39.5 80.3 -94.5) |
| LCH | lch(39.5 124.0 310.3) |
| OKLCH | oklch(0.517 0.288 289.4) |
Copy-ready code
/* CSS */
color: #720dfd;
background-color: #720dfd;
/* Tailwind (arbitrary) */
class="text-[#720dfd] bg-[#720dfd]"
/* SCSS */
$brand: #720dfd;
/* SwiftUI */
Color(red: 0.447, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#720dfd")Accessibility — WCAG contrast
Aa
#720dfd on white: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#720dfd on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green5.1%
Blue99.2%
CMYK percentages
Cyan54.9%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#720dfd text on a black background
contrast 3.19:1
Card sample
#720dfd text on a white background
contrast 6.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #720dfd;
Background color
Panel with #720dfd background
background-color: #720dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #720dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #720dfd; background: linear-gradient(135deg, #720dfd, #FD0DE8);