#fd467f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 70, 127
HSL
341°, 98%, 63%
CMYK
0, 72, 50, 1
Luminance
0.2680
Every format
| HEX | #fd467f |
| RGB | rgb(253, 70, 127) |
| HSL | hsl(341, 98%, 63%) |
| CMYK | cmyk(0%, 72%, 50%, 1%) |
| LAB | lab(58.8 71.7 10.2) |
| LCH | lch(58.8 72.4 8.1) |
| OKLCH | oklch(0.673 0.220 6.9) |
Copy-ready code
/* CSS */
color: #fd467f;
background-color: #fd467f;
/* Tailwind (arbitrary) */
class="text-[#fd467f] bg-[#fd467f]"
/* SCSS */
$brand: #fd467f;
/* SwiftUI */
Color(red: 0.992, green: 0.275, blue: 0.498)
/* Android */
Color.parseColor("#fd467f")Accessibility — WCAG contrast
Aa
#fd467f on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd467f on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow49.8%
Key (black)0.8%
Color previews
#fd467f text on a black background
contrast 6.36:1
Card sample
#fd467f text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd467f;
Background color
Panel with #fd467f background
background-color: #fd467f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd467f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 70, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 70, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd467f; background: linear-gradient(135deg, #fd467f, #FD8746);