#ca3eb3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
202, 62, 179
HSL
310°, 57%, 52%
CMYK
0, 69, 11, 21
Luminance
0.1926
Every format
| HEX | #ca3eb3 |
| RGB | rgb(202, 62, 179) |
| HSL | hsl(310, 57%, 52%) |
| CMYK | cmyk(0%, 69%, 11%, 21%) |
| LAB | lab(51.0 66.9 -33.0) |
| LCH | lch(51.0 74.6 333.8) |
| OKLCH | oklch(0.606 0.215 335.3) |
Copy-ready code
/* CSS */
color: #ca3eb3;
background-color: #ca3eb3;
/* Tailwind (arbitrary) */
class="text-[#ca3eb3] bg-[#ca3eb3]"
/* SCSS */
$brand: #ca3eb3;
/* SwiftUI */
Color(red: 0.792, green: 0.243, blue: 0.702)
/* Android */
Color.parseColor("#ca3eb3")Accessibility — WCAG contrast
Aa
#ca3eb3 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca3eb3 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green24.3%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta69.3%
Yellow11.4%
Key (black)20.8%
Color previews
#ca3eb3 text on a black background
contrast 4.85:1
Card sample
#ca3eb3 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca3eb3;
Background color
Panel with #ca3eb3 background
background-color: #ca3eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca3eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 62, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 62, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca3eb3; background: linear-gradient(135deg, #ca3eb3, #CA3E56);