#ca5fd2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
202, 95, 210
HSL
296°, 56%, 60%
CMYK
4, 55, 0, 18
Luminance
0.2539
Every format
| HEX | #ca5fd2 |
| RGB | rgb(202, 95, 210) |
| HSL | hsl(296, 56%, 60%) |
| CMYK | cmyk(4%, 55%, 0%, 18%) |
| LAB | lab(57.5 58.3 -40.7) |
| LCH | lch(57.5 71.1 325.1) |
| OKLCH | oklch(0.658 0.195 324.8) |
Copy-ready code
/* CSS */
color: #ca5fd2;
background-color: #ca5fd2;
/* Tailwind (arbitrary) */
class="text-[#ca5fd2] bg-[#ca5fd2]"
/* SCSS */
$brand: #ca5fd2;
/* SwiftUI */
Color(red: 0.792, green: 0.373, blue: 0.824)
/* Android */
Color.parseColor("#ca5fd2")Accessibility — WCAG contrast
Aa
#ca5fd2 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca5fd2 on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green37.3%
Blue82.4%
CMYK percentages
Cyan3.8%
Magenta54.8%
Yellow0.0%
Key (black)17.6%
Color previews
#ca5fd2 text on a black background
contrast 6.08:1
Card sample
#ca5fd2 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca5fd2;
Background color
Panel with #ca5fd2 background
background-color: #ca5fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca5fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 95, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 95, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca5fd2; background: linear-gradient(135deg, #ca5fd2, #D25F8D);