#fd44cf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 68, 207
HSL
315°, 98%, 63%
CMYK
0, 73, 18, 1
Luminance
0.2952
Every format
| HEX | #fd44cf |
| RGB | rgb(253, 68, 207) |
| HSL | hsl(315, 98%, 63%) |
| CMYK | cmyk(0%, 73%, 18%, 1%) |
| LAB | lab(61.2 80.8 -32.5) |
| LCH | lch(61.2 87.0 338.1) |
| OKLCH | oklch(0.700 0.256 340.0) |
Copy-ready code
/* CSS */
color: #fd44cf;
background-color: #fd44cf;
/* Tailwind (arbitrary) */
class="text-[#fd44cf] bg-[#fd44cf]"
/* SCSS */
$brand: #fd44cf;
/* SwiftUI */
Color(red: 0.992, green: 0.267, blue: 0.812)
/* Android */
Color.parseColor("#fd44cf")Accessibility — WCAG contrast
Aa
#fd44cf on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd44cf on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green26.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow18.2%
Key (black)0.8%
Color previews
#fd44cf text on a black background
contrast 6.90:1
Card sample
#fd44cf text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd44cf;
Background color
Panel with #fd44cf background
background-color: #fd44cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd44cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 68, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 68, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd44cf; background: linear-gradient(135deg, #fd44cf, #FD4454);