#ca3f85
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
202, 63, 133
HSL
330°, 57%, 52%
CMYK
0, 69, 34, 21
Luminance
0.1781
Every format
| HEX | #ca3f85 |
| RGB | rgb(202, 63, 133) |
| HSL | hsl(330, 57%, 52%) |
| CMYK | cmyk(0%, 69%, 34%, 21%) |
| LAB | lab(49.3 60.5 -8.3) |
| LCH | lch(49.3 61.1 352.2) |
| OKLCH | oklch(0.587 0.186 353.4) |
Copy-ready code
/* CSS */
color: #ca3f85;
background-color: #ca3f85;
/* Tailwind (arbitrary) */
class="text-[#ca3f85] bg-[#ca3f85]"
/* SCSS */
$brand: #ca3f85;
/* SwiftUI */
Color(red: 0.792, green: 0.247, blue: 0.522)
/* Android */
Color.parseColor("#ca3f85")Accessibility — WCAG contrast
Aa
#ca3f85 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca3f85 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green24.7%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow34.2%
Key (black)20.8%
Color previews
#ca3f85 text on a black background
contrast 4.56:1
Card sample
#ca3f85 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca3f85;
Background color
Panel with #ca3f85 background
background-color: #ca3f85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca3f85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 63, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 63, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca3f85; background: linear-gradient(135deg, #ca3f85, #CA563F);