#7828fc
a balanced, electric violet · warm · closest name: blue
RGB
120, 40, 252
HSL
263°, 97%, 57%
CMYK
52, 84, 0, 1
Luminance
0.1254
Every format
| HEX | #7828fc |
| RGB | rgb(120, 40, 252) |
| HSL | hsl(263, 97%, 57%) |
| CMYK | cmyk(52%, 84%, 0%, 1%) |
| LAB | lab(42.1 74.6 -89.7) |
| LCH | lch(42.1 116.7 309.7) |
| OKLCH | oklch(0.535 0.276 290.5) |
Copy-ready code
/* CSS */
color: #7828fc;
background-color: #7828fc;
/* Tailwind (arbitrary) */
class="text-[#7828fc] bg-[#7828fc]"
/* SCSS */
$brand: #7828fc;
/* SwiftUI */
Color(red: 0.471, green: 0.157, blue: 0.988)
/* Android */
Color.parseColor("#7828fc")Accessibility — WCAG contrast
Aa
#7828fc on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7828fc on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green15.7%
Blue98.8%
CMYK percentages
Cyan52.4%
Magenta84.1%
Yellow0.0%
Key (black)1.2%
Color previews
#7828fc text on a black background
contrast 3.51:1
Card sample
#7828fc text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7828fc;
Background color
Panel with #7828fc background
background-color: #7828fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7828fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 40, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 40, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7828fc; background: linear-gradient(135deg, #7828fc, #FC28F3);