#ca5bdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
202, 91, 223
HSL
291°, 67%, 62%
CMYK
9, 59, 0, 13
Luminance
0.2537
Every format
| HEX | #ca5bdf |
| RGB | rgb(202, 91, 223) |
| HSL | hsl(291, 67%, 62%) |
| CMYK | cmyk(9%, 59%, 0%, 13%) |
| LAB | lab(57.4 62.5 -48.0) |
| LCH | lch(57.4 78.9 322.5) |
| OKLCH | oklch(0.660 0.212 321.0) |
Copy-ready code
/* CSS */
color: #ca5bdf;
background-color: #ca5bdf;
/* Tailwind (arbitrary) */
class="text-[#ca5bdf] bg-[#ca5bdf]"
/* SCSS */
$brand: #ca5bdf;
/* SwiftUI */
Color(red: 0.792, green: 0.357, blue: 0.875)
/* Android */
Color.parseColor("#ca5bdf")Accessibility — WCAG contrast
Aa
#ca5bdf on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca5bdf on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green35.7%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta59.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ca5bdf text on a black background
contrast 6.07:1
Card sample
#ca5bdf text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca5bdf;
Background color
Panel with #ca5bdf background
background-color: #ca5bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca5bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 91, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 91, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca5bdf; background: linear-gradient(135deg, #ca5bdf, #DF5B9C);