#7828cf
a balanced, vivid violet · warm · closest name: indigo
RGB
120, 40, 207
HSL
269°, 68%, 48%
CMYK
42, 81, 0, 19
Luminance
0.1002
Every format
| HEX | #7828cf |
| RGB | rgb(120, 40, 207) |
| HSL | hsl(269, 68%, 48%) |
| CMYK | cmyk(42%, 81%, 0%, 19%) |
| LAB | lab(37.9 64.0 -71.0) |
| LCH | lch(37.9 95.6 312.0) |
| OKLCH | oklch(0.494 0.232 298.9) |
Copy-ready code
/* CSS */
color: #7828cf;
background-color: #7828cf;
/* Tailwind (arbitrary) */
class="text-[#7828cf] bg-[#7828cf]"
/* SCSS */
$brand: #7828cf;
/* SwiftUI */
Color(red: 0.471, green: 0.157, blue: 0.812)
/* Android */
Color.parseColor("#7828cf")Accessibility — WCAG contrast
Aa
#7828cf on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7828cf on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green15.7%
Blue81.2%
CMYK percentages
Cyan42.0%
Magenta80.7%
Yellow0.0%
Key (black)18.8%
Color previews
#7828cf text on a black background
contrast 3.00:1
Card sample
#7828cf text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7828cf;
Background color
Panel with #7828cf background
background-color: #7828cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7828cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 40, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 40, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7828cf; background: linear-gradient(135deg, #7828cf, #CF28B7);