#fd296f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 41, 111
HSL
340°, 98%, 58%
CMYK
0, 84, 56, 1
Luminance
0.2362
Every format
| HEX | #fd296f |
| RGB | rgb(253, 41, 111) |
| HSL | hsl(340, 98%, 58%) |
| CMYK | cmyk(0%, 84%, 56%, 1%) |
| LAB | lab(55.7 78.2 15.4) |
| LCH | lch(55.7 79.7 11.1) |
| OKLCH | oklch(0.649 0.241 9.2) |
Copy-ready code
/* CSS */
color: #fd296f;
background-color: #fd296f;
/* Tailwind (arbitrary) */
class="text-[#fd296f] bg-[#fd296f]"
/* SCSS */
$brand: #fd296f;
/* SwiftUI */
Color(red: 0.992, green: 0.161, blue: 0.435)
/* Android */
Color.parseColor("#fd296f")Accessibility — WCAG contrast
Aa
#fd296f on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd296f on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green16.1%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow56.1%
Key (black)0.8%
Color previews
#fd296f text on a black background
contrast 5.72:1
Card sample
#fd296f text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd296f;
Background color
Panel with #fd296f background
background-color: #fd296f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd296f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 41, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 41, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd296f; background: linear-gradient(135deg, #fd296f, #FD7029);