#c528eb
a balanced, electric violet · warm · closest name: magenta
RGB
197, 40, 235
HSL
288°, 83%, 54%
CMYK
16, 83, 0, 8
Luminance
0.1939
Every format
| HEX | #c528eb |
| RGB | rgb(197, 40, 235) |
| HSL | hsl(288, 83%, 54%) |
| CMYK | cmyk(16%, 83%, 0%, 8%) |
| LAB | lab(51.1 81.5 -64.9) |
| LCH | lch(51.1 104.2 321.4) |
| OKLCH | oklch(0.616 0.275 318.3) |
Copy-ready code
/* CSS */
color: #c528eb;
background-color: #c528eb;
/* Tailwind (arbitrary) */
class="text-[#c528eb] bg-[#c528eb]"
/* SCSS */
$brand: #c528eb;
/* SwiftUI */
Color(red: 0.773, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#c528eb")Accessibility — WCAG contrast
Aa
#c528eb on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c528eb on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green15.7%
Blue92.2%
CMYK percentages
Cyan16.2%
Magenta83.0%
Yellow0.0%
Key (black)7.8%
Color previews
#c528eb text on a black background
contrast 4.88:1
Card sample
#c528eb text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c528eb;
Background color
Panel with #c528eb background
background-color: #c528eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c528eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c528eb; background: linear-gradient(135deg, #c528eb, #EB288F);