#cd3246
a balanced, vivid red · warm · closest name: crimson
RGB
205, 50, 70
HSL
352°, 61%, 50%
CMYK
0, 76, 66, 20
Luminance
0.1570
Every format
| HEX | #cd3246 |
| RGB | rgb(205, 50, 70) |
| HSL | hsl(352, 61%, 50%) |
| CMYK | cmyk(0%, 76%, 66%, 20%) |
| LAB | lab(46.6 60.6 26.4) |
| LCH | lch(46.6 66.1 23.5) |
| OKLCH | oklch(0.563 0.190 19.2) |
Copy-ready code
/* CSS */
color: #cd3246;
background-color: #cd3246;
/* Tailwind (arbitrary) */
class="text-[#cd3246] bg-[#cd3246]"
/* SCSS */
$brand: #cd3246;
/* SwiftUI */
Color(red: 0.804, green: 0.196, blue: 0.275)
/* Android */
Color.parseColor("#cd3246")Accessibility — WCAG contrast
Aa
#cd3246 on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd3246 on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green19.6%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta75.6%
Yellow65.9%
Key (black)19.6%
Color previews
#cd3246 text on a black background
contrast 4.14:1
Card sample
#cd3246 text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3246;
Background color
Panel with #cd3246 background
background-color: #cd3246;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3246;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 50, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 50, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3246; background: linear-gradient(135deg, #cd3246, #CD8532);