#7028eb
a balanced, electric violet · warm · closest name: blue
RGB
112, 40, 235
HSL
262°, 83%, 54%
CMYK
52, 83, 0, 8
Luminance
0.1096
Every format
| HEX | #7028eb |
| RGB | rgb(112, 40, 235) |
| HSL | hsl(262, 83%, 54%) |
| CMYK | cmyk(52%, 83%, 0%, 8%) |
| LAB | lab(39.5 69.7 -84.4) |
| LCH | lch(39.5 109.5 309.6) |
| OKLCH | oklch(0.511 0.259 290.5) |
Copy-ready code
/* CSS */
color: #7028eb;
background-color: #7028eb;
/* Tailwind (arbitrary) */
class="text-[#7028eb] bg-[#7028eb]"
/* SCSS */
$brand: #7028eb;
/* SwiftUI */
Color(red: 0.439, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#7028eb")Accessibility — WCAG contrast
Aa
#7028eb on white: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7028eb on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green15.7%
Blue92.2%
CMYK percentages
Cyan52.3%
Magenta83.0%
Yellow0.0%
Key (black)7.8%
Color previews
#7028eb text on a black background
contrast 3.19:1
Card sample
#7028eb text on a white background
contrast 6.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7028eb;
Background color
Panel with #7028eb background
background-color: #7028eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7028eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7028eb; background: linear-gradient(135deg, #7028eb, #EB28E4);