#cd376f
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
205, 55, 111
HSL
338°, 60%, 51%
CMYK
0, 73, 46, 20
Luminance
0.1686
Every format
| HEX | #cd376f |
| RGB | rgb(205, 55, 111) |
| HSL | hsl(338, 60%, 51%) |
| CMYK | cmyk(0%, 73%, 46%, 20%) |
| LAB | lab(48.1 62.0 3.4) |
| LCH | lch(48.1 62.1 3.1) |
| OKLCH | oklch(0.577 0.190 2.8) |
Copy-ready code
/* CSS */
color: #cd376f;
background-color: #cd376f;
/* Tailwind (arbitrary) */
class="text-[#cd376f] bg-[#cd376f]"
/* SCSS */
$brand: #cd376f;
/* SwiftUI */
Color(red: 0.804, green: 0.216, blue: 0.435)
/* Android */
Color.parseColor("#cd376f")Accessibility — WCAG contrast
Aa
#cd376f on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd376f on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green21.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta73.2%
Yellow45.9%
Key (black)19.6%
Color previews
#cd376f text on a black background
contrast 4.37:1
Card sample
#cd376f text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd376f;
Background color
Panel with #cd376f background
background-color: #cd376f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd376f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 55, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 55, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd376f; background: linear-gradient(135deg, #cd376f, #CD6337);