#ca2db6
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
202, 45, 182
HSL
308°, 64%, 48%
CMYK
0, 78, 10, 21
Luminance
0.1781
Every format
| HEX | #ca2db6 |
| RGB | rgb(202, 45, 182) |
| HSL | hsl(308, 64%, 48%) |
| CMYK | cmyk(0%, 78%, 10%, 21%) |
| LAB | lab(49.3 72.7 -37.4) |
| LCH | lch(49.3 81.8 332.7) |
| OKLCH | oklch(0.594 0.235 334.1) |
Copy-ready code
/* CSS */
color: #ca2db6;
background-color: #ca2db6;
/* Tailwind (arbitrary) */
class="text-[#ca2db6] bg-[#ca2db6]"
/* SCSS */
$brand: #ca2db6;
/* SwiftUI */
Color(red: 0.792, green: 0.176, blue: 0.714)
/* Android */
Color.parseColor("#ca2db6")Accessibility — WCAG contrast
Aa
#ca2db6 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca2db6 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green17.6%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta77.7%
Yellow9.9%
Key (black)20.8%
Color previews
#ca2db6 text on a black background
contrast 4.56:1
Card sample
#ca2db6 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca2db6;
Background color
Panel with #ca2db6 background
background-color: #ca2db6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca2db6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 45, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 45, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca2db6; background: linear-gradient(135deg, #ca2db6, #CA2D4D);