#fd3eb3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 62, 179
HSL
323°, 98%, 62%
CMYK
0, 76, 29, 1
Luminance
0.2758
Every format
| HEX | #fd3eb3 |
| RGB | rgb(253, 62, 179) |
| HSL | hsl(323, 98%, 62%) |
| CMYK | cmyk(0%, 76%, 29%, 1%) |
| LAB | lab(59.5 79.1 -19.1) |
| LCH | lch(59.5 81.4 346.4) |
| OKLCH | oklch(0.684 0.247 348.2) |
Copy-ready code
/* CSS */
color: #fd3eb3;
background-color: #fd3eb3;
/* Tailwind (arbitrary) */
class="text-[#fd3eb3] bg-[#fd3eb3]"
/* SCSS */
$brand: #fd3eb3;
/* SwiftUI */
Color(red: 0.992, green: 0.243, blue: 0.702)
/* Android */
Color.parseColor("#fd3eb3")Accessibility — WCAG contrast
Aa
#fd3eb3 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3eb3 on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green24.3%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta75.5%
Yellow29.2%
Key (black)0.8%
Color previews
#fd3eb3 text on a black background
contrast 6.52:1
Card sample
#fd3eb3 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3eb3;
Background color
Panel with #fd3eb3 background
background-color: #fd3eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 62, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 62, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3eb3; background: linear-gradient(135deg, #fd3eb3, #FD483E);