#ca02eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
202, 2, 235
HSL
292°, 98%, 47%
CMYK
14, 99, 0, 8
Luminance
0.1860
Every format
| HEX | #ca02eb |
| RGB | rgb(202, 2, 235) |
| HSL | hsl(292, 98%, 47%) |
| CMYK | cmyk(14%, 99%, 0%, 8%) |
| LAB | lab(50.2 87.3 -66.4) |
| LCH | lch(50.2 109.7 322.8) |
| OKLCH | oklch(0.611 0.292 320.2) |
Copy-ready code
/* CSS */
color: #ca02eb;
background-color: #ca02eb;
/* Tailwind (arbitrary) */
class="text-[#ca02eb] bg-[#ca02eb]"
/* SCSS */
$brand: #ca02eb;
/* SwiftUI */
Color(red: 0.792, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#ca02eb")Accessibility — WCAG contrast
Aa
#ca02eb on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca02eb on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green0.8%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta99.1%
Yellow0.0%
Key (black)7.8%
Color previews
#ca02eb text on a black background
contrast 4.72:1
Card sample
#ca02eb text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca02eb;
Background color
Panel with #ca02eb background
background-color: #ca02eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca02eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca02eb; background: linear-gradient(135deg, #ca02eb, #EB0271);