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