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