#7643df
a balanced, vivid violet · warm · closest name: slateblue
RGB
118, 67, 223
HSL
260°, 71%, 57%
CMYK
47, 70, 0, 13
Luminance
0.1319
Every format
| HEX | #7643df |
| RGB | rgb(118, 67, 223) |
| HSL | hsl(260, 71%, 57%) |
| CMYK | cmyk(47%, 70%, 0%, 13%) |
| LAB | lab(43.0 56.1 -71.7) |
| LCH | lch(43.0 91.1 308.0) |
| OKLCH | oklch(0.534 0.222 292.1) |
Copy-ready code
/* CSS */
color: #7643df;
background-color: #7643df;
/* Tailwind (arbitrary) */
class="text-[#7643df] bg-[#7643df]"
/* SCSS */
$brand: #7643df;
/* SwiftUI */
Color(red: 0.463, green: 0.263, blue: 0.875)
/* Android */
Color.parseColor("#7643df")Accessibility — WCAG contrast
Aa
#7643df on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7643df on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green26.3%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta70.0%
Yellow0.0%
Key (black)12.5%
Color previews
#7643df text on a black background
contrast 3.64:1
Card sample
#7643df text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7643df;
Background color
Panel with #7643df background
background-color: #7643df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7643df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 67, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 67, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7643df; background: linear-gradient(135deg, #7643df, #DE43DF);