#cd337f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 51, 127
HSL
330°, 61%, 50%
CMYK
0, 75, 38, 20
Luminance
0.1688
Every format
| HEX | #cd337f |
| RGB | rgb(205, 51, 127) |
| HSL | hsl(330, 61%, 50%) |
| CMYK | cmyk(0%, 75%, 38%, 20%) |
| LAB | lab(48.1 64.8 -6.4) |
| LCH | lch(48.1 65.1 354.4) |
| OKLCH | oklch(0.579 0.200 355.4) |
Copy-ready code
/* CSS */
color: #cd337f;
background-color: #cd337f;
/* Tailwind (arbitrary) */
class="text-[#cd337f] bg-[#cd337f]"
/* SCSS */
$brand: #cd337f;
/* SwiftUI */
Color(red: 0.804, green: 0.200, blue: 0.498)
/* Android */
Color.parseColor("#cd337f")Accessibility — WCAG contrast
Aa
#cd337f on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd337f on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green20.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow38.0%
Key (black)19.6%
Color previews
#cd337f text on a black background
contrast 4.38:1
Card sample
#cd337f text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd337f;
Background color
Panel with #cd337f background
background-color: #cd337f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd337f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 51, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 51, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd337f; background: linear-gradient(135deg, #cd337f, #CD4E33);