#fd2cbe
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 44, 190
HSL
318°, 98%, 58%
CMYK
0, 83, 25, 1
Luminance
0.2640
Every format
| HEX | #fd2cbe |
| RGB | rgb(253, 44, 190) |
| HSL | hsl(318, 98%, 58%) |
| CMYK | cmyk(0%, 83%, 25%, 1%) |
| LAB | lab(58.4 84.7 -27.1) |
| LCH | lch(58.4 89.0 342.2) |
| OKLCH | oklch(0.677 0.267 344.2) |
Copy-ready code
/* CSS */
color: #fd2cbe;
background-color: #fd2cbe;
/* Tailwind (arbitrary) */
class="text-[#fd2cbe] bg-[#fd2cbe]"
/* SCSS */
$brand: #fd2cbe;
/* SwiftUI */
Color(red: 0.992, green: 0.173, blue: 0.745)
/* Android */
Color.parseColor("#fd2cbe")Accessibility — WCAG contrast
Aa
#fd2cbe on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2cbe on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green17.3%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow24.9%
Key (black)0.8%
Color previews
#fd2cbe text on a black background
contrast 6.28:1
Card sample
#fd2cbe text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2cbe;
Background color
Panel with #fd2cbe background
background-color: #fd2cbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2cbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 44, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 44, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2cbe; background: linear-gradient(135deg, #fd2cbe, #FD2C32);