#7613df
a balanced, electric violet · warm · closest name: blue
RGB
118, 19, 223
HSL
269°, 84%, 48%
CMYK
47, 92, 0, 13
Luminance
0.0965
Every format
| HEX | #7613df |
| RGB | rgb(118, 19, 223) |
| HSL | hsl(269, 84%, 48%) |
| CMYK | cmyk(47%, 92%, 0%, 13%) |
| LAB | lab(37.2 73.1 -81.3) |
| LCH | lch(37.2 109.3 311.9) |
| OKLCH | oklch(0.493 0.260 296.0) |
Copy-ready code
/* CSS */
color: #7613df;
background-color: #7613df;
/* Tailwind (arbitrary) */
class="text-[#7613df] bg-[#7613df]"
/* SCSS */
$brand: #7613df;
/* SwiftUI */
Color(red: 0.463, green: 0.075, blue: 0.875)
/* Android */
Color.parseColor("#7613df")Accessibility — WCAG contrast
Aa
#7613df on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7613df on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green7.5%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta91.5%
Yellow0.0%
Key (black)12.5%
Color previews
#7613df text on a black background
contrast 2.93:1
Card sample
#7613df text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7613df;
Background color
Panel with #7613df background
background-color: #7613df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7613df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 19, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 19, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7613df; background: linear-gradient(135deg, #7613df, #DF13C0);