#7516fd
a balanced, electric violet · warm · closest name: blue
RGB
117, 22, 253
HSL
265°, 98%, 54%
CMYK
54, 91, 0, 1
Luminance
0.1145
Every format
| HEX | #7516fd |
| RGB | rgb(117, 22, 253) |
| HSL | hsl(265, 98%, 54%) |
| CMYK | cmyk(54%, 91%, 0%, 1%) |
| LAB | lab(40.3 79.1 -93.2) |
| LCH | lch(40.3 122.2 310.3) |
| OKLCH | oklch(0.523 0.285 290.2) |
Copy-ready code
/* CSS */
color: #7516fd;
background-color: #7516fd;
/* Tailwind (arbitrary) */
class="text-[#7516fd] bg-[#7516fd]"
/* SCSS */
$brand: #7516fd;
/* SwiftUI */
Color(red: 0.459, green: 0.086, blue: 0.992)
/* Android */
Color.parseColor("#7516fd")Accessibility — WCAG contrast
Aa
#7516fd on white: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7516fd on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green8.6%
Blue99.2%
CMYK percentages
Cyan53.8%
Magenta91.3%
Yellow0.0%
Key (black)0.8%
Color previews
#7516fd text on a black background
contrast 3.29:1
Card sample
#7516fd text on a white background
contrast 6.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7516fd;
Background color
Panel with #7516fd background
background-color: #7516fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7516fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 22, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 22, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7516fd; background: linear-gradient(135deg, #7516fd, #FD16EB);