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