#cd3d5f
a balanced, vivid red · warm · closest name: crimson
RGB
205, 61, 95
HSL
346°, 59%, 52%
CMYK
0, 70, 54, 20
Luminance
0.1714
Every format
| HEX | #cd3d5f |
| RGB | rgb(205, 61, 95) |
| HSL | hsl(346, 59%, 52%) |
| CMYK | cmyk(0%, 70%, 54%, 20%) |
| LAB | lab(48.4 58.5 13.6) |
| LCH | lch(48.4 60.1 13.1) |
| OKLCH | oklch(0.579 0.180 11.0) |
Copy-ready code
/* CSS */
color: #cd3d5f;
background-color: #cd3d5f;
/* Tailwind (arbitrary) */
class="text-[#cd3d5f] bg-[#cd3d5f]"
/* SCSS */
$brand: #cd3d5f;
/* SwiftUI */
Color(red: 0.804, green: 0.239, blue: 0.373)
/* Android */
Color.parseColor("#cd3d5f")Accessibility — WCAG contrast
Aa
#cd3d5f on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd3d5f on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green23.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow53.7%
Key (black)19.6%
Color previews
#cd3d5f text on a black background
contrast 4.43:1
Card sample
#cd3d5f text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3d5f;
Background color
Panel with #cd3d5f background
background-color: #cd3d5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3d5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 61, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 61, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3d5f; background: linear-gradient(135deg, #cd3d5f, #CD7B3D);