#ca2ace
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
202, 42, 206
HSL
299°, 66%, 49%
CMYK
2, 80, 0, 19
Luminance
0.1867
Every format
| HEX | #ca2ace |
| RGB | rgb(202, 42, 206) |
| HSL | hsl(299, 66%, 49%) |
| CMYK | cmyk(2%, 80%, 0%, 19%) |
| LAB | lab(50.3 77.1 -49.7) |
| LCH | lch(50.3 91.7 327.2) |
| OKLCH | oklch(0.605 0.254 327.0) |
Copy-ready code
/* CSS */
color: #ca2ace;
background-color: #ca2ace;
/* Tailwind (arbitrary) */
class="text-[#ca2ace] bg-[#ca2ace]"
/* SCSS */
$brand: #ca2ace;
/* SwiftUI */
Color(red: 0.792, green: 0.165, blue: 0.808)
/* Android */
Color.parseColor("#ca2ace")Accessibility — WCAG contrast
Aa
#ca2ace on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca2ace on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green16.5%
Blue80.8%
CMYK percentages
Cyan1.9%
Magenta79.6%
Yellow0.0%
Key (black)19.2%
Color previews
#ca2ace text on a black background
contrast 4.73:1
Card sample
#ca2ace text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca2ace;
Background color
Panel with #ca2ace background
background-color: #ca2ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca2ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 42, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 42, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca2ace; background: linear-gradient(135deg, #ca2ace, #CE2A65);