#ca48eb
a balanced, electric violet · warm · closest name: magenta
RGB
202, 72, 235
HSL
288°, 80%, 60%
CMYK
14, 69, 0, 8
Luminance
0.2319
Every format
| HEX | #ca48eb |
| RGB | rgb(202, 72, 235) |
| HSL | hsl(288, 80%, 60%) |
| CMYK | cmyk(14%, 69%, 0%, 8%) |
| LAB | lab(55.3 72.6 -58.2) |
| LCH | lch(55.3 93.1 321.3) |
| OKLCH | oklch(0.646 0.247 318.7) |
Copy-ready code
/* CSS */
color: #ca48eb;
background-color: #ca48eb;
/* Tailwind (arbitrary) */
class="text-[#ca48eb] bg-[#ca48eb]"
/* SCSS */
$brand: #ca48eb;
/* SwiftUI */
Color(red: 0.792, green: 0.282, blue: 0.922)
/* Android */
Color.parseColor("#ca48eb")Accessibility — WCAG contrast
Aa
#ca48eb on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca48eb on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green28.2%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta69.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ca48eb text on a black background
contrast 5.64:1
Card sample
#ca48eb text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca48eb;
Background color
Panel with #ca48eb background
background-color: #ca48eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca48eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 72, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 72, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca48eb; background: linear-gradient(135deg, #ca48eb, #EB489F);