#fd148f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 20, 143
HSL
328°, 98%, 54%
CMYK
0, 92, 44, 1
Luminance
0.2337
Every format
| HEX | #fd148f |
| RGB | rgb(253, 20, 143) |
| HSL | hsl(328, 98%, 54%) |
| CMYK | cmyk(0%, 92%, 44%, 1%) |
| LAB | lab(55.5 83.8 -4.1) |
| LCH | lch(55.5 83.9 357.2) |
| OKLCH | oklch(0.650 0.259 357.8) |
Copy-ready code
/* CSS */
color: #fd148f;
background-color: #fd148f;
/* Tailwind (arbitrary) */
class="text-[#fd148f] bg-[#fd148f]"
/* SCSS */
$brand: #fd148f;
/* SwiftUI */
Color(red: 0.992, green: 0.078, blue: 0.561)
/* Android */
Color.parseColor("#fd148f")Accessibility — WCAG contrast
Aa
#fd148f on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd148f on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green7.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta92.1%
Yellow43.5%
Key (black)0.8%
Color previews
#fd148f text on a black background
contrast 5.67:1
Card sample
#fd148f text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd148f;
Background color
Panel with #fd148f background
background-color: #fd148f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd148f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 20, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 20, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd148f; background: linear-gradient(135deg, #fd148f, #FD3414);