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