#fd449f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 68, 159
HSL
331°, 98%, 63%
CMYK
0, 73, 37, 1
Luminance
0.2752
Every format
| HEX | #fd449f |
| RGB | rgb(253, 68, 159) |
| HSL | hsl(331, 98%, 63%) |
| CMYK | cmyk(0%, 73%, 37%, 1%) |
| LAB | lab(59.5 75.2 -7.6) |
| LCH | lch(59.5 75.6 354.2) |
| OKLCH | oklch(0.681 0.232 355.3) |
Copy-ready code
/* CSS */
color: #fd449f;
background-color: #fd449f;
/* Tailwind (arbitrary) */
class="text-[#fd449f] bg-[#fd449f]"
/* SCSS */
$brand: #fd449f;
/* SwiftUI */
Color(red: 0.992, green: 0.267, blue: 0.624)
/* Android */
Color.parseColor("#fd449f")Accessibility — WCAG contrast
Aa
#fd449f on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd449f on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green26.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow37.2%
Key (black)0.8%
Color previews
#fd449f text on a black background
contrast 6.50:1
Card sample
#fd449f text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd449f;
Background color
Panel with #fd449f background
background-color: #fd449f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd449f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 68, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 68, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd449f; background: linear-gradient(135deg, #fd449f, #FD6444);