#7618df
a balanced, electric violet · warm · closest name: blue
RGB
118, 24, 223
HSL
268°, 81%, 48%
CMYK
47, 89, 0, 13
Luminance
0.0983
Every format
| HEX | #7618df |
| RGB | rgb(118, 24, 223) |
| HSL | hsl(268, 81%, 48%) |
| CMYK | cmyk(47%, 89%, 0%, 13%) |
| LAB | lab(37.5 72.0 -80.8) |
| LCH | lch(37.5 108.2 311.7) |
| OKLCH | oklch(0.495 0.257 295.8) |
Copy-ready code
/* CSS */
color: #7618df;
background-color: #7618df;
/* Tailwind (arbitrary) */
class="text-[#7618df] bg-[#7618df]"
/* SCSS */
$brand: #7618df;
/* SwiftUI */
Color(red: 0.463, green: 0.094, blue: 0.875)
/* Android */
Color.parseColor("#7618df")Accessibility — WCAG contrast
Aa
#7618df on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7618df on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green9.4%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta89.2%
Yellow0.0%
Key (black)12.5%
Color previews
#7618df text on a black background
contrast 2.97:1
Card sample
#7618df text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7618df;
Background color
Panel with #7618df background
background-color: #7618df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7618df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 24, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 24, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7618df; background: linear-gradient(135deg, #7618df, #DF18C3);