#fd3cab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 60, 171
HSL
326°, 98%, 61%
CMYK
0, 76, 32, 1
Luminance
0.2705
Every format
| HEX | #fd3cab |
| RGB | rgb(253, 60, 171) |
| HSL | hsl(326, 98%, 61%) |
| CMYK | cmyk(0%, 76%, 32%, 1%) |
| LAB | lab(59.0 78.8 -15.2) |
| LCH | lch(59.0 80.3 349.1) |
| OKLCH | oklch(0.679 0.245 350.7) |
Copy-ready code
/* CSS */
color: #fd3cab;
background-color: #fd3cab;
/* Tailwind (arbitrary) */
class="text-[#fd3cab] bg-[#fd3cab]"
/* SCSS */
$brand: #fd3cab;
/* SwiftUI */
Color(red: 0.992, green: 0.235, blue: 0.671)
/* Android */
Color.parseColor("#fd3cab")Accessibility — WCAG contrast
Aa
#fd3cab on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3cab on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green23.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow32.4%
Key (black)0.8%
Color previews
#fd3cab text on a black background
contrast 6.41:1
Card sample
#fd3cab text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3cab;
Background color
Panel with #fd3cab background
background-color: #fd3cab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3cab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 60, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 60, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3cab; background: linear-gradient(135deg, #fd3cab, #FD4E3C);