#ca16cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
202, 22, 207
HSL
298°, 81%, 45%
CMYK
2, 89, 0, 19
Luminance
0.1764
Every format
| HEX | #ca16cf |
| RGB | rgb(202, 22, 207) |
| HSL | hsl(298, 81%, 45%) |
| CMYK | cmyk(2%, 89%, 0%, 19%) |
| LAB | lab(49.0 81.0 -52.3) |
| LCH | lch(49.0 96.5 327.2) |
| OKLCH | oklch(0.597 0.267 327.0) |
Copy-ready code
/* CSS */
color: #ca16cf;
background-color: #ca16cf;
/* Tailwind (arbitrary) */
class="text-[#ca16cf] bg-[#ca16cf]"
/* SCSS */
$brand: #ca16cf;
/* SwiftUI */
Color(red: 0.792, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#ca16cf")Accessibility — WCAG contrast
Aa
#ca16cf on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca16cf on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green8.6%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta89.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ca16cf text on a black background
contrast 4.53:1
Card sample
#ca16cf text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca16cf;
Background color
Panel with #ca16cf background
background-color: #ca16cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca16cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca16cf; background: linear-gradient(135deg, #ca16cf, #CF1659);