#fd2c6f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 44, 111
HSL
341°, 98%, 58%
CMYK
0, 83, 56, 1
Luminance
0.2383
Every format
| HEX | #fd2c6f |
| RGB | rgb(253, 44, 111) |
| HSL | hsl(341, 98%, 58%) |
| CMYK | cmyk(0%, 83%, 56%, 1%) |
| LAB | lab(55.9 77.6 15.7) |
| LCH | lch(55.9 79.2 11.4) |
| OKLCH | oklch(0.651 0.239 9.5) |
Copy-ready code
/* CSS */
color: #fd2c6f;
background-color: #fd2c6f;
/* Tailwind (arbitrary) */
class="text-[#fd2c6f] bg-[#fd2c6f]"
/* SCSS */
$brand: #fd2c6f;
/* SwiftUI */
Color(red: 0.992, green: 0.173, blue: 0.435)
/* Android */
Color.parseColor("#fd2c6f")Accessibility — WCAG contrast
Aa
#fd2c6f on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2c6f on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green17.3%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow56.1%
Key (black)0.8%
Color previews
#fd2c6f text on a black background
contrast 5.77:1
Card sample
#fd2c6f text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2c6f;
Background color
Panel with #fd2c6f background
background-color: #fd2c6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2c6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 44, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 44, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2c6f; background: linear-gradient(135deg, #fd2c6f, #FD742C);