#ca5fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
202, 95, 223
HSL
290°, 67%, 62%
CMYK
9, 57, 0, 13
Luminance
0.2607
Every format
| HEX | #ca5fdf |
| RGB | rgb(202, 95, 223) |
| HSL | hsl(290, 67%, 62%) |
| CMYK | cmyk(9%, 57%, 0%, 13%) |
| LAB | lab(58.1 60.7 -47.0) |
| LCH | lch(58.1 76.8 322.3) |
| OKLCH | oklch(0.665 0.207 320.8) |
Copy-ready code
/* CSS */
color: #ca5fdf;
background-color: #ca5fdf;
/* Tailwind (arbitrary) */
class="text-[#ca5fdf] bg-[#ca5fdf]"
/* SCSS */
$brand: #ca5fdf;
/* SwiftUI */
Color(red: 0.792, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#ca5fdf")Accessibility — WCAG contrast
Aa
#ca5fdf on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca5fdf on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green37.3%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ca5fdf text on a black background
contrast 6.21:1
Card sample
#ca5fdf text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca5fdf;
Background color
Panel with #ca5fdf background
background-color: #ca5fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca5fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca5fdf; background: linear-gradient(135deg, #ca5fdf, #DF5F9F);