#ca28df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
202, 40, 223
HSL
293°, 74%, 52%
CMYK
9, 82, 0, 13
Luminance
0.1940
Every format
| HEX | #ca28df |
| RGB | rgb(202, 40, 223) |
| HSL | hsl(293, 74%, 52%) |
| CMYK | cmyk(9%, 82%, 0%, 13%) |
| LAB | lab(51.2 80.3 -58.1) |
| LCH | lch(51.2 99.1 324.1) |
| OKLCH | oklch(0.615 0.268 322.6) |
Copy-ready code
/* CSS */
color: #ca28df;
background-color: #ca28df;
/* Tailwind (arbitrary) */
class="text-[#ca28df] bg-[#ca28df]"
/* SCSS */
$brand: #ca28df;
/* SwiftUI */
Color(red: 0.792, green: 0.157, blue: 0.875)
/* Android */
Color.parseColor("#ca28df")Accessibility — WCAG contrast
Aa
#ca28df on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca28df on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green15.7%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta82.1%
Yellow0.0%
Key (black)12.5%
Color previews
#ca28df text on a black background
contrast 4.88:1
Card sample
#ca28df text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca28df;
Background color
Panel with #ca28df background
background-color: #ca28df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca28df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 40, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 40, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca28df; background: linear-gradient(135deg, #ca28df, #DF287A);