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