#fd38c4
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 56, 196
HSL
317°, 98%, 61%
CMYK
0, 78, 23, 1
Luminance
0.2770
Every format
| HEX | #fd38c4 |
| RGB | rgb(253, 56, 196) |
| HSL | hsl(317, 98%, 61%) |
| CMYK | cmyk(0%, 78%, 23%, 1%) |
| LAB | lab(59.6 82.7 -28.7) |
| LCH | lch(59.6 87.5 340.8) |
| OKLCH | oklch(0.687 0.261 342.8) |
Copy-ready code
/* CSS */
color: #fd38c4;
background-color: #fd38c4;
/* Tailwind (arbitrary) */
class="text-[#fd38c4] bg-[#fd38c4]"
/* SCSS */
$brand: #fd38c4;
/* SwiftUI */
Color(red: 0.992, green: 0.220, blue: 0.769)
/* Android */
Color.parseColor("#fd38c4")Accessibility — WCAG contrast
Aa
#fd38c4 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd38c4 on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green22.0%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow22.5%
Key (black)0.8%
Color previews
#fd38c4 text on a black background
contrast 6.54:1
Card sample
#fd38c4 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd38c4;
Background color
Panel with #fd38c4 background
background-color: #fd38c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd38c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 56, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 56, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd38c4; background: linear-gradient(135deg, #fd38c4, #FD3841);