#fd38ae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 56, 174
HSL
324°, 98%, 61%
CMYK
0, 78, 31, 1
Luminance
0.2677
Every format
| HEX | #fd38ae |
| RGB | rgb(253, 56, 174) |
| HSL | hsl(324, 98%, 61%) |
| CMYK | cmyk(0%, 78%, 31%, 1%) |
| LAB | lab(58.8 80.2 -17.4) |
| LCH | lch(58.8 82.1 347.8) |
| OKLCH | oklch(0.678 0.250 349.5) |
Copy-ready code
/* CSS */
color: #fd38ae;
background-color: #fd38ae;
/* Tailwind (arbitrary) */
class="text-[#fd38ae] bg-[#fd38ae]"
/* SCSS */
$brand: #fd38ae;
/* SwiftUI */
Color(red: 0.992, green: 0.220, blue: 0.682)
/* Android */
Color.parseColor("#fd38ae")Accessibility — WCAG contrast
Aa
#fd38ae on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd38ae on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green22.0%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow31.2%
Key (black)0.8%
Color previews
#fd38ae text on a black background
contrast 6.35:1
Card sample
#fd38ae text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd38ae;
Background color
Panel with #fd38ae background
background-color: #fd38ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd38ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 56, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 56, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd38ae; background: linear-gradient(135deg, #fd38ae, #FD4638);