#7828af
a dark, vivid violet · warm · closest name: indigo
RGB
120, 40, 175
HSL
276°, 63%, 42%
CMYK
31, 77, 0, 31
Luminance
0.0861
Every format
| HEX | #7828af |
| RGB | rgb(120, 40, 175) |
| HSL | hsl(276, 63%, 42%) |
| CMYK | cmyk(31%, 77%, 0%, 31%) |
| LAB | lab(35.2 56.7 -56.5) |
| LCH | lch(35.2 80.1 315.1) |
| OKLCH | oklch(0.467 0.201 307.0) |
Copy-ready code
/* CSS */
color: #7828af;
background-color: #7828af;
/* Tailwind (arbitrary) */
class="text-[#7828af] bg-[#7828af]"
/* SCSS */
$brand: #7828af;
/* SwiftUI */
Color(red: 0.471, green: 0.157, blue: 0.686)
/* Android */
Color.parseColor("#7828af")Accessibility — WCAG contrast
Aa
#7828af on white: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7828af on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green15.7%
Blue68.6%
CMYK percentages
Cyan31.4%
Magenta77.1%
Yellow0.0%
Key (black)31.4%
Color previews
#7828af text on a black background
contrast 2.72:1
Card sample
#7828af text on a white background
contrast 7.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7828af;
Background color
Panel with #7828af background
background-color: #7828af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7828af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 40, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 40, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7828af; background: linear-gradient(135deg, #7828af, #AF288C);