#ca3fd2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
202, 63, 210
HSL
297°, 62%, 54%
CMYK
4, 70, 0, 18
Luminance
0.2076
Every format
| HEX | #ca3fd2 |
| RGB | rgb(202, 63, 210) |
| HSL | hsl(297, 62%, 54%) |
| CMYK | cmyk(4%, 70%, 0%, 18%) |
| LAB | lab(52.7 71.5 -48.2) |
| LCH | lch(52.7 86.2 326.0) |
| OKLCH | oklch(0.623 0.237 325.6) |
Copy-ready code
/* CSS */
color: #ca3fd2;
background-color: #ca3fd2;
/* Tailwind (arbitrary) */
class="text-[#ca3fd2] bg-[#ca3fd2]"
/* SCSS */
$brand: #ca3fd2;
/* SwiftUI */
Color(red: 0.792, green: 0.247, blue: 0.824)
/* Android */
Color.parseColor("#ca3fd2")Accessibility — WCAG contrast
Aa
#ca3fd2 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca3fd2 on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green24.7%
Blue82.4%
CMYK percentages
Cyan3.8%
Magenta70.0%
Yellow0.0%
Key (black)17.6%
Color previews
#ca3fd2 text on a black background
contrast 5.15:1
Card sample
#ca3fd2 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca3fd2;
Background color
Panel with #ca3fd2 background
background-color: #ca3fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca3fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 63, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 63, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca3fd2; background: linear-gradient(135deg, #ca3fd2, #D23F78);