#cd4fad
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 79, 173
HSL
315°, 56%, 56%
CMYK
0, 62, 16, 20
Luminance
0.2159
Every format
| HEX | #cd4fad |
| RGB | rgb(205, 79, 173) |
| HSL | hsl(315, 56%, 56%) |
| CMYK | cmyk(0%, 62%, 16%, 20%) |
| LAB | lab(53.6 60.2 -25.4) |
| LCH | lch(53.6 65.3 337.1) |
| OKLCH | oklch(0.625 0.191 338.9) |
Copy-ready code
/* CSS */
color: #cd4fad;
background-color: #cd4fad;
/* Tailwind (arbitrary) */
class="text-[#cd4fad] bg-[#cd4fad]"
/* SCSS */
$brand: #cd4fad;
/* SwiftUI */
Color(red: 0.804, green: 0.310, blue: 0.678)
/* Android */
Color.parseColor("#cd4fad")Accessibility — WCAG contrast
Aa
#cd4fad on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4fad on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green31.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta61.5%
Yellow15.6%
Key (black)19.6%
Color previews
#cd4fad text on a black background
contrast 5.32:1
Card sample
#cd4fad text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4fad;
Background color
Panel with #cd4fad background
background-color: #cd4fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 79, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 79, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4fad; background: linear-gradient(135deg, #cd4fad, #CD4F59);