#fd245f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 36, 95
HSL
344°, 98%, 57%
CMYK
0, 86, 63, 1
Luminance
0.2297
Every format
| HEX | #fd245f |
| RGB | rgb(253, 36, 95) |
| HSL | hsl(344, 98%, 57%) |
| CMYK | cmyk(0%, 86%, 63%, 1%) |
| LAB | lab(55.0 78.2 24.1) |
| LCH | lch(55.0 81.8 17.1) |
| OKLCH | oklch(0.643 0.242 13.9) |
Copy-ready code
/* CSS */
color: #fd245f;
background-color: #fd245f;
/* Tailwind (arbitrary) */
class="text-[#fd245f] bg-[#fd245f]"
/* SCSS */
$brand: #fd245f;
/* SwiftUI */
Color(red: 0.992, green: 0.141, blue: 0.373)
/* Android */
Color.parseColor("#fd245f")Accessibility — WCAG contrast
Aa
#fd245f on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd245f on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green14.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta85.8%
Yellow62.5%
Key (black)0.8%
Color previews
#fd245f text on a black background
contrast 5.59:1
Card sample
#fd245f text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd245f;
Background color
Panel with #fd245f background
background-color: #fd245f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd245f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 36, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 36, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd245f; background: linear-gradient(135deg, #fd245f, #FD7A24);