#fd247f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 36, 127
HSL
335°, 98%, 57%
CMYK
0, 86, 50, 1
Luminance
0.2368
Every format
| HEX | #fd247f |
| RGB | rgb(253, 36, 127) |
| HSL | hsl(335, 98%, 57%) |
| CMYK | cmyk(0%, 86%, 50%, 1%) |
| LAB | lab(55.8 80.3 5.9) |
| LCH | lch(55.8 80.5 4.2) |
| OKLCH | oklch(0.651 0.247 3.7) |
Copy-ready code
/* CSS */
color: #fd247f;
background-color: #fd247f;
/* Tailwind (arbitrary) */
class="text-[#fd247f] bg-[#fd247f]"
/* SCSS */
$brand: #fd247f;
/* SwiftUI */
Color(red: 0.992, green: 0.141, blue: 0.498)
/* Android */
Color.parseColor("#fd247f")Accessibility — WCAG contrast
Aa
#fd247f on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd247f on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green14.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta85.8%
Yellow49.8%
Key (black)0.8%
Color previews
#fd247f text on a black background
contrast 5.74:1
Card sample
#fd247f text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd247f;
Background color
Panel with #fd247f background
background-color: #fd247f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd247f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 36, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 36, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd247f; background: linear-gradient(135deg, #fd247f, #FD5A24);