#cd359f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 53, 159
HSL
318°, 60%, 51%
CMYK
0, 74, 22, 20
Luminance
0.1803
Every format
| HEX | #cd359f |
| RGB | rgb(205, 53, 159) |
| HSL | hsl(318, 60%, 51%) |
| CMYK | cmyk(0%, 74%, 22%, 20%) |
| LAB | lab(49.5 67.9 -23.4) |
| LCH | lch(49.5 71.8 341.0) |
| OKLCH | oklch(0.593 0.214 342.9) |
Copy-ready code
/* CSS */
color: #cd359f;
background-color: #cd359f;
/* Tailwind (arbitrary) */
class="text-[#cd359f] bg-[#cd359f]"
/* SCSS */
$brand: #cd359f;
/* SwiftUI */
Color(red: 0.804, green: 0.208, blue: 0.624)
/* Android */
Color.parseColor("#cd359f")Accessibility — WCAG contrast
Aa
#cd359f on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd359f on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green20.8%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta74.1%
Yellow22.4%
Key (black)19.6%
Color previews
#cd359f text on a black background
contrast 4.61:1
Card sample
#cd359f text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd359f;
Background color
Panel with #cd359f background
background-color: #cd359f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd359f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 53, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 53, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd359f; background: linear-gradient(135deg, #cd359f, #CD353A);