#ca5eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
202, 94, 176
HSL
314°, 51%, 58%
CMYK
0, 54, 13, 21
Luminance
0.2370
Every format
| HEX | #ca5eb0 |
| RGB | rgb(202, 94, 176) |
| HSL | hsl(314, 51%, 58%) |
| CMYK | cmyk(0%, 54%, 13%, 21%) |
| LAB | lab(55.8 53.0 -23.8) |
| LCH | lch(55.8 58.1 335.8) |
| OKLCH | oklch(0.640 0.168 337.5) |
Copy-ready code
/* CSS */
color: #ca5eb0;
background-color: #ca5eb0;
/* Tailwind (arbitrary) */
class="text-[#ca5eb0] bg-[#ca5eb0]"
/* SCSS */
$brand: #ca5eb0;
/* SwiftUI */
Color(red: 0.792, green: 0.369, blue: 0.690)
/* Android */
Color.parseColor("#ca5eb0")Accessibility — WCAG contrast
Aa
#ca5eb0 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca5eb0 on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green36.9%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta53.5%
Yellow12.9%
Key (black)20.8%
Color previews
#ca5eb0 text on a black background
contrast 5.74:1
Card sample
#ca5eb0 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca5eb0;
Background color
Panel with #ca5eb0 background
background-color: #ca5eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca5eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 94, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 94, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca5eb0; background: linear-gradient(135deg, #ca5eb0, #CA5E68);