#7213fd
a balanced, electric violet · warm · closest name: blue
RGB
114, 19, 253
HSL
264°, 98%, 53%
CMYK
55, 93, 0, 1
Luminance
0.1114
Every format
| HEX | #7213fd |
| RGB | rgb(114, 19, 253) |
| HSL | hsl(264, 98%, 53%) |
| CMYK | cmyk(55%, 93%, 0%, 1%) |
| LAB | lab(39.8 79.4 -94.0) |
| LCH | lch(39.8 123.1 310.2) |
| OKLCH | oklch(0.519 0.287 289.3) |
Copy-ready code
/* CSS */
color: #7213fd;
background-color: #7213fd;
/* Tailwind (arbitrary) */
class="text-[#7213fd] bg-[#7213fd]"
/* SCSS */
$brand: #7213fd;
/* SwiftUI */
Color(red: 0.447, green: 0.075, blue: 0.992)
/* Android */
Color.parseColor("#7213fd")Accessibility — WCAG contrast
Aa
#7213fd on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7213fd on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green7.5%
Blue99.2%
CMYK percentages
Cyan54.9%
Magenta92.5%
Yellow0.0%
Key (black)0.8%
Color previews
#7213fd text on a black background
contrast 3.23:1
Card sample
#7213fd text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7213fd;
Background color
Panel with #7213fd background
background-color: #7213fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7213fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 19, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 19, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7213fd; background: linear-gradient(135deg, #7213fd, #FD13EC);