#fd308f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 48, 143
HSL
332°, 98%, 59%
CMYK
0, 81, 44, 1
Luminance
0.2498
Every format
| HEX | #fd308f |
| RGB | rgb(253, 48, 143) |
| HSL | hsl(332, 98%, 59%) |
| CMYK | cmyk(0%, 81%, 44%, 1%) |
| LAB | lab(57.1 79.1 -1.8) |
| LCH | lch(57.1 79.2 358.7) |
| OKLCH | oklch(0.662 0.244 359.1) |
Copy-ready code
/* CSS */
color: #fd308f;
background-color: #fd308f;
/* Tailwind (arbitrary) */
class="text-[#fd308f] bg-[#fd308f]"
/* SCSS */
$brand: #fd308f;
/* SwiftUI */
Color(red: 0.992, green: 0.188, blue: 0.561)
/* Android */
Color.parseColor("#fd308f")Accessibility — WCAG contrast
Aa
#fd308f on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd308f on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green18.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta81.0%
Yellow43.5%
Key (black)0.8%
Color previews
#fd308f text on a black background
contrast 6.00:1
Card sample
#fd308f text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd308f;
Background color
Panel with #fd308f background
background-color: #fd308f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd308f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 48, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 48, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd308f; background: linear-gradient(135deg, #fd308f, #FD5A30);