#7028bf
a balanced, vivid violet · warm · closest name: indigo
RGB
112, 40, 191
HSL
269°, 65%, 45%
CMYK
41, 79, 0, 25
Luminance
0.0872
Every format
| HEX | #7028bf |
| RGB | rgb(112, 40, 191) |
| HSL | hsl(269, 65%, 45%) |
| CMYK | cmyk(41%, 79%, 0%, 25%) |
| LAB | lab(35.5 59.1 -65.7) |
| LCH | lch(35.5 88.3 312.0) |
| OKLCH | oklch(0.470 0.215 299.3) |
Copy-ready code
/* CSS */
color: #7028bf;
background-color: #7028bf;
/* Tailwind (arbitrary) */
class="text-[#7028bf] bg-[#7028bf]"
/* SCSS */
$brand: #7028bf;
/* SwiftUI */
Color(red: 0.439, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#7028bf")Accessibility — WCAG contrast
Aa
#7028bf on white: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7028bf on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green15.7%
Blue74.9%
CMYK percentages
Cyan41.4%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#7028bf text on a black background
contrast 2.74:1
Card sample
#7028bf text on a white background
contrast 7.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7028bf;
Background color
Panel with #7028bf background
background-color: #7028bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7028bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7028bf; background: linear-gradient(135deg, #7028bf, #BF28A9);