#7643af
a balanced, soft violet · warm · closest name: slateblue
RGB
118, 67, 175
HSL
268°, 45%, 48%
CMYK
33, 62, 0, 31
Luminance
0.1096
Every format
| HEX | #7643af |
| RGB | rgb(118, 67, 175) |
| HSL | hsl(268, 45%, 48%) |
| CMYK | cmyk(33%, 62%, 0%, 31%) |
| LAB | lab(39.5 43.6 -49.6) |
| LCH | lch(39.5 66.0 311.3) |
| OKLCH | oklch(0.497 0.167 302.5) |
Copy-ready code
/* CSS */
color: #7643af;
background-color: #7643af;
/* Tailwind (arbitrary) */
class="text-[#7643af] bg-[#7643af]"
/* SCSS */
$brand: #7643af;
/* SwiftUI */
Color(red: 0.463, green: 0.263, blue: 0.686)
/* Android */
Color.parseColor("#7643af")Accessibility — WCAG contrast
Aa
#7643af on white: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7643af on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green26.3%
Blue68.6%
CMYK percentages
Cyan32.6%
Magenta61.7%
Yellow0.0%
Key (black)31.4%
Color previews
#7643af text on a black background
contrast 3.19:1
Card sample
#7643af text on a white background
contrast 6.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7643af;
Background color
Panel with #7643af background
background-color: #7643af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7643af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 67, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 67, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7643af; background: linear-gradient(135deg, #7643af, #AF43A0);