#7516df
a balanced, electric violet · warm · closest name: blue
RGB
117, 22, 223
HSL
268°, 82%, 48%
CMYK
48, 90, 0, 13
Luminance
0.0968
Every format
| HEX | #7516df |
| RGB | rgb(117, 22, 223) |
| HSL | hsl(268, 82%, 48%) |
| CMYK | cmyk(48%, 90%, 0%, 13%) |
| LAB | lab(37.3 72.4 -81.2) |
| LCH | lch(37.3 108.8 311.7) |
| OKLCH | oklch(0.493 0.258 295.5) |
Copy-ready code
/* CSS */
color: #7516df;
background-color: #7516df;
/* Tailwind (arbitrary) */
class="text-[#7516df] bg-[#7516df]"
/* SCSS */
$brand: #7516df;
/* SwiftUI */
Color(red: 0.459, green: 0.086, blue: 0.875)
/* Android */
Color.parseColor("#7516df")Accessibility — WCAG contrast
Aa
#7516df on white: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7516df on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green8.6%
Blue87.5%
CMYK percentages
Cyan47.5%
Magenta90.1%
Yellow0.0%
Key (black)12.5%
Color previews
#7516df text on a black background
contrast 2.94:1
Card sample
#7516df text on a white background
contrast 7.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7516df;
Background color
Panel with #7516df background
background-color: #7516df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7516df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 22, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 22, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7516df; background: linear-gradient(135deg, #7516df, #DF16C3);