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