#fd33da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 51, 218
HSL
310°, 98%, 60%
CMYK
0, 80, 14, 1
Luminance
0.2831
Every format
| HEX | #fd33da |
| RGB | rgb(253, 51, 218) |
| HSL | hsl(310, 98%, 60%) |
| CMYK | cmyk(0%, 80%, 14%, 1%) |
| LAB | lab(60.2 86.7 -40.4) |
| LCH | lch(60.2 95.6 335.0) |
| OKLCH | oklch(0.694 0.278 336.7) |
Copy-ready code
/* CSS */
color: #fd33da;
background-color: #fd33da;
/* Tailwind (arbitrary) */
class="text-[#fd33da] bg-[#fd33da]"
/* SCSS */
$brand: #fd33da;
/* SwiftUI */
Color(red: 0.992, green: 0.200, blue: 0.855)
/* Android */
Color.parseColor("#fd33da")Accessibility — WCAG contrast
Aa
#fd33da on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd33da on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green20.0%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow13.8%
Key (black)0.8%
Color previews
#fd33da text on a black background
contrast 6.66:1
Card sample
#fd33da text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd33da;
Background color
Panel with #fd33da background
background-color: #fd33da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd33da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 51, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 51, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd33da; background: linear-gradient(135deg, #fd33da, #FD3353);