#ca33df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
202, 51, 223
HSL
293°, 73%, 54%
CMYK
9, 77, 0, 13
Luminance
0.2025
Every format
| HEX | #ca33df |
| RGB | rgb(202, 51, 223) |
| HSL | hsl(293, 73%, 54%) |
| CMYK | cmyk(9%, 77%, 0%, 13%) |
| LAB | lab(52.1 77.5 -56.5) |
| LCH | lch(52.1 95.9 323.9) |
| OKLCH | oklch(0.622 0.259 322.4) |
Copy-ready code
/* CSS */
color: #ca33df;
background-color: #ca33df;
/* Tailwind (arbitrary) */
class="text-[#ca33df] bg-[#ca33df]"
/* SCSS */
$brand: #ca33df;
/* SwiftUI */
Color(red: 0.792, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#ca33df")Accessibility — WCAG contrast
Aa
#ca33df on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca33df on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green20.0%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta77.1%
Yellow0.0%
Key (black)12.5%
Color previews
#ca33df text on a black background
contrast 5.05:1
Card sample
#ca33df text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca33df;
Background color
Panel with #ca33df background
background-color: #ca33df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca33df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca33df; background: linear-gradient(135deg, #ca33df, #DF3381);