#cd4fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 79, 223
HSL
293°, 69%, 59%
CMYK
8, 65, 0, 13
Luminance
0.2390
Every format
| HEX | #cd4fdf |
| RGB | rgb(205, 79, 223) |
| HSL | hsl(293, 69%, 59%) |
| CMYK | cmyk(8%, 65%, 0%, 13%) |
| LAB | lab(56.0 68.4 -50.3) |
| LCH | lch(56.0 84.9 323.7) |
| OKLCH | oklch(0.650 0.230 322.5) |
Copy-ready code
/* CSS */
color: #cd4fdf;
background-color: #cd4fdf;
/* Tailwind (arbitrary) */
class="text-[#cd4fdf] bg-[#cd4fdf]"
/* SCSS */
$brand: #cd4fdf;
/* SwiftUI */
Color(red: 0.804, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#cd4fdf")Accessibility — WCAG contrast
Aa
#cd4fdf on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4fdf on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green31.0%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cd4fdf text on a black background
contrast 5.78:1
Card sample
#cd4fdf text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4fdf;
Background color
Panel with #cd4fdf background
background-color: #cd4fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4fdf; background: linear-gradient(135deg, #cd4fdf, #DF4F91);