#fd38da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 56, 218
HSL
311°, 98%, 61%
CMYK
0, 78, 14, 1
Luminance
0.2877
Every format
| HEX | #fd38da |
| RGB | rgb(253, 56, 218) |
| HSL | hsl(311, 98%, 61%) |
| CMYK | cmyk(0%, 78%, 14%, 1%) |
| LAB | lab(60.6 85.5 -39.7) |
| LCH | lch(60.6 94.3 335.1) |
| OKLCH | oklch(0.697 0.274 336.7) |
Copy-ready code
/* CSS */
color: #fd38da;
background-color: #fd38da;
/* Tailwind (arbitrary) */
class="text-[#fd38da] bg-[#fd38da]"
/* SCSS */
$brand: #fd38da;
/* SwiftUI */
Color(red: 0.992, green: 0.220, blue: 0.855)
/* Android */
Color.parseColor("#fd38da")Accessibility — WCAG contrast
Aa
#fd38da on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd38da on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green22.0%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow13.8%
Key (black)0.8%
Color previews
#fd38da text on a black background
contrast 6.75:1
Card sample
#fd38da text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd38da;
Background color
Panel with #fd38da background
background-color: #fd38da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd38da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 56, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 56, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd38da; background: linear-gradient(135deg, #fd38da, #FD3857);