#ca02fd
a balanced, electric violet · warm · closest name: magenta
RGB
202, 2, 253
HSL
288°, 98%, 50%
CMYK
20, 99, 0, 1
Luminance
0.1969
Every format
| HEX | #ca02fd |
| RGB | rgb(202, 2, 253) |
| HSL | hsl(288, 98%, 50%) |
| CMYK | cmyk(20%, 99%, 0%, 1%) |
| LAB | lab(51.5 90.3 -74.4) |
| LCH | lch(51.5 117.0 320.5) |
| OKLCH | oklch(0.623 0.304 316.3) |
Copy-ready code
/* CSS */
color: #ca02fd;
background-color: #ca02fd;
/* Tailwind (arbitrary) */
class="text-[#ca02fd] bg-[#ca02fd]"
/* SCSS */
$brand: #ca02fd;
/* SwiftUI */
Color(red: 0.792, green: 0.008, blue: 0.992)
/* Android */
Color.parseColor("#ca02fd")Accessibility — WCAG contrast
Aa
#ca02fd on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca02fd on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green0.8%
Blue99.2%
CMYK percentages
Cyan20.2%
Magenta99.2%
Yellow0.0%
Key (black)0.8%
Color previews
#ca02fd text on a black background
contrast 4.94:1
Card sample
#ca02fd text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca02fd;
Background color
Panel with #ca02fd background
background-color: #ca02fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca02fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 2, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 2, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca02fd; background: linear-gradient(135deg, #ca02fd, #FD0289);