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