#fd3c95
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 60, 149
HSL
332°, 98%, 61%
CMYK
0, 76, 41, 1
Luminance
0.2628
Every format
| HEX | #fd3c95 |
| RGB | rgb(253, 60, 149) |
| HSL | hsl(332, 98%, 61%) |
| CMYK | cmyk(0%, 76%, 41%, 1%) |
| LAB | lab(58.3 76.6 -3.5) |
| LCH | lch(58.3 76.7 357.4) |
| OKLCH | oklch(0.672 0.236 358.0) |
Copy-ready code
/* CSS */
color: #fd3c95;
background-color: #fd3c95;
/* Tailwind (arbitrary) */
class="text-[#fd3c95] bg-[#fd3c95]"
/* SCSS */
$brand: #fd3c95;
/* SwiftUI */
Color(red: 0.992, green: 0.235, blue: 0.584)
/* Android */
Color.parseColor("#fd3c95")Accessibility — WCAG contrast
Aa
#fd3c95 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3c95 on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green23.5%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow41.1%
Key (black)0.8%
Color previews
#fd3c95 text on a black background
contrast 6.26:1
Card sample
#fd3c95 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3c95;
Background color
Panel with #fd3c95 background
background-color: #fd3c95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3c95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 60, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 60, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3c95; background: linear-gradient(135deg, #fd3c95, #FD643C);