#cd36df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
205, 54, 223
HSL
294°, 73%, 54%
CMYK
8, 76, 0, 13
Luminance
0.2095
Every format
| HEX | #cd36df |
| RGB | rgb(205, 54, 223) |
| HSL | hsl(294, 73%, 54%) |
| CMYK | cmyk(8%, 76%, 0%, 13%) |
| LAB | lab(52.9 77.2 -55.3) |
| LCH | lch(52.9 94.9 324.4) |
| OKLCH | oklch(0.628 0.258 323.2) |
Copy-ready code
/* CSS */
color: #cd36df;
background-color: #cd36df;
/* Tailwind (arbitrary) */
class="text-[#cd36df] bg-[#cd36df]"
/* SCSS */
$brand: #cd36df;
/* SwiftUI */
Color(red: 0.804, green: 0.212, blue: 0.875)
/* Android */
Color.parseColor("#cd36df")Accessibility — WCAG contrast
Aa
#cd36df on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd36df on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green21.2%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta75.8%
Yellow0.0%
Key (black)12.5%
Color previews
#cd36df text on a black background
contrast 5.19:1
Card sample
#cd36df text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd36df;
Background color
Panel with #cd36df background
background-color: #cd36df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd36df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 54, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 54, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd36df; background: linear-gradient(135deg, #cd36df, #DF3680);