#fd336f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 51, 111
HSL
342°, 98%, 60%
CMYK
0, 80, 56, 1
Luminance
0.2440
Every format
| HEX | #fd336f |
| RGB | rgb(253, 51, 111) |
| HSL | hsl(342, 98%, 60%) |
| CMYK | cmyk(0%, 80%, 56%, 1%) |
| LAB | lab(56.5 76.0 16.4) |
| LCH | lch(56.5 77.7 12.2) |
| OKLCH | oklch(0.655 0.234 10.2) |
Copy-ready code
/* CSS */
color: #fd336f;
background-color: #fd336f;
/* Tailwind (arbitrary) */
class="text-[#fd336f] bg-[#fd336f]"
/* SCSS */
$brand: #fd336f;
/* SwiftUI */
Color(red: 0.992, green: 0.200, blue: 0.435)
/* Android */
Color.parseColor("#fd336f")Accessibility — WCAG contrast
Aa
#fd336f on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd336f on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green20.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow56.1%
Key (black)0.8%
Color previews
#fd336f text on a black background
contrast 5.88:1
Card sample
#fd336f text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd336f;
Background color
Panel with #fd336f background
background-color: #fd336f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd336f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 51, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 51, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd336f; background: linear-gradient(135deg, #fd336f, #FD7E33);