#7628bf
a balanced, vivid violet · warm · closest name: indigo
RGB
118, 40, 191
HSL
271°, 65%, 45%
CMYK
38, 79, 0, 25
Luminance
0.0913
Every format
| HEX | #7628bf |
| RGB | rgb(118, 40, 191) |
| HSL | hsl(271, 65%, 45%) |
| CMYK | cmyk(38%, 79%, 0%, 25%) |
| LAB | lab(36.2 60.0 -64.4) |
| LCH | lch(36.2 88.0 313.0) |
| OKLCH | oklch(0.478 0.216 301.8) |
Copy-ready code
/* CSS */
color: #7628bf;
background-color: #7628bf;
/* Tailwind (arbitrary) */
class="text-[#7628bf] bg-[#7628bf]"
/* SCSS */
$brand: #7628bf;
/* SwiftUI */
Color(red: 0.463, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#7628bf")Accessibility — WCAG contrast
Aa
#7628bf on white: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7628bf on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green15.7%
Blue74.9%
CMYK percentages
Cyan38.2%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#7628bf text on a black background
contrast 2.83:1
Card sample
#7628bf text on a white background
contrast 7.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7628bf;
Background color
Panel with #7628bf background
background-color: #7628bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7628bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7628bf; background: linear-gradient(135deg, #7628bf, #BF28A3);