#ca4fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
202, 79, 223
HSL
291°, 69%, 59%
CMYK
9, 65, 0, 13
Luminance
0.2348
Every format
| HEX | #ca4fdf |
| RGB | rgb(202, 79, 223) |
| HSL | hsl(291, 69%, 59%) |
| CMYK | cmyk(9%, 65%, 0%, 13%) |
| LAB | lab(55.6 67.7 -51.0) |
| LCH | lch(55.6 84.8 323.0) |
| OKLCH | oklch(0.646 0.229 321.5) |
Copy-ready code
/* CSS */
color: #ca4fdf;
background-color: #ca4fdf;
/* Tailwind (arbitrary) */
class="text-[#ca4fdf] bg-[#ca4fdf]"
/* SCSS */
$brand: #ca4fdf;
/* SwiftUI */
Color(red: 0.792, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#ca4fdf")Accessibility — WCAG contrast
Aa
#ca4fdf on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca4fdf on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green31.0%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ca4fdf text on a black background
contrast 5.70:1
Card sample
#ca4fdf text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca4fdf;
Background color
Panel with #ca4fdf background
background-color: #ca4fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca4fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca4fdf; background: linear-gradient(135deg, #ca4fdf, #DF4F94);