#d43f6c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
212, 63, 108
HSL
342°, 63%, 54%
CMYK
0, 70, 49, 17
Luminance
0.1863
Every format
| HEX | #d43f6c |
| RGB | rgb(212, 63, 108) |
| HSL | hsl(342, 63%, 54%) |
| CMYK | cmyk(0%, 70%, 49%, 17%) |
| LAB | lab(50.3 60.9 8.4) |
| LCH | lch(50.3 61.5 7.9) |
| OKLCH | oklch(0.595 0.187 6.8) |
Copy-ready code
/* CSS */
color: #d43f6c;
background-color: #d43f6c;
/* Tailwind (arbitrary) */
class="text-[#d43f6c] bg-[#d43f6c]"
/* SCSS */
$brand: #d43f6c;
/* SwiftUI */
Color(red: 0.831, green: 0.247, blue: 0.424)
/* Android */
Color.parseColor("#d43f6c")Accessibility — WCAG contrast
Aa
#d43f6c on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d43f6c on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green24.7%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta70.3%
Yellow49.1%
Key (black)16.9%
Color previews
#d43f6c text on a black background
contrast 4.73:1
Card sample
#d43f6c text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d43f6c;
Background color
Panel with #d43f6c background
background-color: #d43f6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d43f6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 63, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 63, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d43f6c; background: linear-gradient(135deg, #d43f6c, #D4753F);