#ca33ff
a balanced, electric violet · warm · closest name: magenta
RGB
202, 51, 255
HSL
284°, 100%, 60%
CMYK
21, 80, 0, 0
Luminance
0.2214
Every format
| HEX | #ca33ff |
| RGB | rgb(202, 51, 255) |
| HSL | hsl(284, 100%, 60%) |
| CMYK | cmyk(21%, 80%, 0%, 0%) |
| LAB | lab(54.2 83.1 -71.2) |
| LCH | lch(54.2 109.4 319.4) |
| OKLCH | oklch(0.643 0.284 315.0) |
Copy-ready code
/* CSS */
color: #ca33ff;
background-color: #ca33ff;
/* Tailwind (arbitrary) */
class="text-[#ca33ff] bg-[#ca33ff]"
/* SCSS */
$brand: #ca33ff;
/* SwiftUI */
Color(red: 0.792, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#ca33ff")Accessibility — WCAG contrast
Aa
#ca33ff on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca33ff on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green20.0%
Blue100.0%
CMYK percentages
Cyan20.8%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#ca33ff text on a black background
contrast 5.43:1
Card sample
#ca33ff text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca33ff;
Background color
Panel with #ca33ff background
background-color: #ca33ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca33ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca33ff; background: linear-gradient(135deg, #ca33ff, #FF33AC);