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