#720afd
a balanced, electric violet · warm · closest name: blue
RGB
114, 10, 253
HSL
266°, 98%, 52%
CMYK
55, 96, 0, 1
Luminance
0.1089
Every format
| HEX | #720afd |
| RGB | rgb(114, 10, 253) |
| HSL | hsl(266, 98%, 52%) |
| CMYK | cmyk(55%, 96%, 0%, 1%) |
| LAB | lab(39.4 80.7 -94.7) |
| LCH | lch(39.4 124.4 310.4) |
| OKLCH | oklch(0.516 0.289 289.5) |
Copy-ready code
/* CSS */
color: #720afd;
background-color: #720afd;
/* Tailwind (arbitrary) */
class="text-[#720afd] bg-[#720afd]"
/* SCSS */
$brand: #720afd;
/* SwiftUI */
Color(red: 0.447, green: 0.039, blue: 0.992)
/* Android */
Color.parseColor("#720afd")Accessibility — WCAG contrast
Aa
#720afd on white: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#720afd on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green3.9%
Blue99.2%
CMYK percentages
Cyan54.9%
Magenta96.0%
Yellow0.0%
Key (black)0.8%
Color previews
#720afd text on a black background
contrast 3.18:1
Card sample
#720afd text on a white background
contrast 6.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #720afd;
Background color
Panel with #720afd background
background-color: #720afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #720afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 10, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 10, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #720afd; background: linear-gradient(135deg, #720afd, #FD0AE6);